#5355C6

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

Shades of Free Speech Blue #5355C6

Tints of Free Speech Blue #5355C6

Color information

#5355C6 (or 0x5355C6) is unknown color: approx Free Speech Blue. HEX triplet: 53, 55 and C6. RGB value is (83,85,198). Sum of RGB (Red+Green+Blue) = 83+85+198=366 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.68% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 198 (77.73% from 255 or 54.10% from 366); Max value from RGB is 198 - color contains mainly: blue. Hex color #5355C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5355C6 is #ACAA39. Grayscale: #606060. Windows color (decimal): -11315770 or 12997971. OLE color: 12997971.

HSL color Cylindrical-coordinate representation of color #5355C6: hue angle of 238.96º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5355C6 is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8385198-
CMYK0.580.5700.22
HSL238.96º50.22%55.1%-
HSV(B)238.96º58.08%77.65%-
XYZ17.0112.4154.93-
YUV97.28184.84117.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.68%
GREEN value IS 85 (33.59% from 255) = 23.22%
BLUE value IS 198 (77.73% from 255) = 54.10%
R=22.68%
G=23.22%
B=54.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal83851980.580.5700.22238.9650.2255.1
Hex5355C63A39016ef3237
Octal12312530672710263576267
Binary101001110101011100011011101011100101011011101111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5355C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5355C6; }

 p { color: rgb(83,85,198); }

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

<style>
 a { background-color: #5355C6; }

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

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

<style>
 span { border-color: #5355C6; }

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

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