#555BCA

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

Shades of Free Speech Blue #555BCA

Tints of Free Speech Blue #555BCA

Color information

#555BCA (or 0x555BCA) is unknown color: approx Free Speech Blue. HEX triplet: 55, 5B and CA. RGB value is (85,91,202). Sum of RGB (Red+Green+Blue) = 85+91+202=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 202 (79.30% from 255 or 53.44% from 378); Max value from RGB is 202 - color contains mainly: blue. Hex color #555BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555BCA is #AAA435. Grayscale: #656565. Windows color (decimal): -11183158 or 13261653. OLE color: 13261653.

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

Color convert

RGB8591202-
CMYK0.580.5500.21
HSL236.92º52.47%56.27%-
HSV(B)236.92º57.92%79.22%-
XYZ18.1513.6857.56-
YUV101.86184.51115.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.49%
GREEN value IS 91 (35.94% from 255) = 24.07%
BLUE value IS 202 (79.30% from 255) = 53.44%
R=22.49%
G=24.07%
B=53.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal85912020.580.5500.21236.9252.4756.27
Hex555BCA3A37015ed3438
Octal12513331272670253556470
Binary101010110110111100101011101011011101010111101101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555BCA; }

 p { color: rgb(85,91,202); }

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

<style>
 a { background-color: #555BCA; }

 a { background-color: rgb(85,91,202); }

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

<style>
 span { border-color: #555BCA; }

 span { border-color: rgb(85,91,202); }

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