#555CAB

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

Shades of Rich Blue #555CAB

Tints of Rich Blue #555CAB

Color information

#555CAB (or 0x555CAB) is unknown color: approx Rich Blue. HEX triplet: 55, 5C and AB. RGB value is (85,92,171). Sum of RGB (Red+Green+Blue) = 85+92+171=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #555CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555CAB is #AAA354. Grayscale: #626262. Windows color (decimal): -11182933 or 11230293. OLE color: 11230293.

HSL color Cylindrical-coordinate representation of color #555CAB: hue angle of 235.12º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #555CAB is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8592171-
CMYK0.500.4600.33
HSL235.12º33.86%50.2%-
HSV(B)235.12º50.29%67.06%-
XYZ14.9212.5340.16-
YUV98.91168.68118.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.43%
GREEN value IS 92 (36.33% from 255) = 26.44%
BLUE value IS 171 (67.19% from 255) = 49.14%
R=24.43%
G=26.44%
B=49.14%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85921710.500.4600.33235.1233.8650.2
Hex555CAB322E021eb2232
Octal12513425362560413534262
Binary1010101101110010101011110010101110010000111101011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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