#555CB6

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

Shades of Rich Blue #555CB6

Tints of Rich Blue #555CB6

Color information

#555CB6 (or 0x555CB6) is unknown color: approx Rich Blue. HEX triplet: 55, 5C and B6. RGB value is (85,92,182). Sum of RGB (Red+Green+Blue) = 85+92+182=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 92 (36.33% from 255 or 25.63% from 359); Blue value is 182 (71.48% from 255 or 50.70% from 359); Max value from RGB is 182 - color contains mainly: blue. Hex color #555CB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #555CB6 is #AAA349. Grayscale: #636363. Windows color (decimal): -11182922 or 11951189. OLE color: 11951189.

HSL color Cylindrical-coordinate representation of color #555CB6: hue angle of 235.67º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #555CB6 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8592182-
CMYK0.530.4900.29
HSL235.67º39.92%52.35%-
HSV(B)235.67º53.3%71.37%-
XYZ16.0212.9645.91-
YUV100.17174.18117.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.68%
GREEN value IS 92 (36.33% from 255) = 25.63%
BLUE value IS 182 (71.48% from 255) = 50.70%
R=23.68%
G=25.63%
B=50.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal85921820.530.4900.29235.6739.9252.35
Hex555CB6353101Dec2834
Octal12513426665610353545064
Binary101010110111001011011011010111000101110111101100101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,92,182); }

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

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

 a { background-color: rgb(85,92,182); }

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

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

 span { border-color: rgb(85,92,182); }

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