#555CB0

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

Shades of Rich Blue #555CB0

Tints of Rich Blue #555CB0

Color information

#555CB0 (or 0x555CB0) is unknown color: approx Rich Blue. HEX triplet: 55, 5C and B0. RGB value is (85,92,176). Sum of RGB (Red+Green+Blue) = 85+92+176=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 176 (69.14% from 255 or 49.86% from 353); Max value from RGB is 176 - color contains mainly: blue. Hex color #555CB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555CB0 is #AAA34F. Grayscale: #636363. Windows color (decimal): -11182928 or 11557973. OLE color: 11557973.

HSL color Cylindrical-coordinate representation of color #555CB0: hue angle of 235.38º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #555CB0 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8592176-
CMYK0.520.4800.31
HSL235.38º36.55%51.18%-
HSV(B)235.38º51.7%69.02%-
XYZ15.4112.7242.72-
YUV99.48171.18117.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.08%
GREEN value IS 92 (36.33% from 255) = 26.06%
BLUE value IS 176 (69.14% from 255) = 49.86%
R=24.08%
G=26.06%
B=49.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal85921760.520.4800.31235.3836.5551.18
Hex555CB0343001Feb2533
Octal12513426064600373534563
Binary101010110111001011000011010011000001111111101011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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