#5353C9

Color #5353C9 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #5353C9

Tints of Free Speech Blue #5353C9

Color information

#5353C9 (or 0x5353C9) is unknown color: approx Free Speech Blue. HEX triplet: 53, 53 and C9. RGB value is (83,83,201). Sum of RGB (Red+Green+Blue) = 83+83+201=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 201 (78.91% from 255 or 54.77% from 367); Max value from RGB is 201 - color contains mainly: blue. Hex color #5353C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5353C9 is #ACAC36. Grayscale: #5F5F5F. Windows color (decimal): -11316279 or 13194067. OLE color: 13194067.

HSL color Cylindrical-coordinate representation of color #5353C9: hue angle of 240º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5353C9 is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8383201-
CMYK0.590.5900.21
HSL240º52.21%55.69%-
HSV(B)240º58.71%78.82%-
XYZ17.212.2456.71-
YUV96.45187118.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 22.62%
GREEN value IS 83 (32.81% from 255) = 22.62%
BLUE value IS 201 (78.91% from 255) = 54.77%
R=22.62%
G=22.62%
B=54.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal83832010.590.5900.2124052.2155.69
Hex5353C93B3B015f03438
Octal12312331173730253606470
Binary101001110100111100100111101111101101010111110000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5353C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5353C9; }

 p { color: rgb(83,83,201); }

 H1.HeaderClassName
 {
   color: #5353C9;
 }
 .AnyTagClassName
 {
   color: #5353C9;
 }
</style>
background-color css

<style>
 a { background-color: #5353C9; }

 a { background-color: rgb(83,83,201); }

 div.DivClassName
 {
   background-color: #5353C9;
 }
 .BgClassName
 {
   background-color: #5353C9;
 }
</style>
border-color css

<style>
 span { border-color: #5353C9; }

 span { border-color: rgb(83,83,201); }

 td.TdClassName
 {
   border-color: #5353C9;
 }
 .TagClassName
 {
   border-color: #5353C9;
 }
</style>