#554CB8

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

Shades of Rich Blue #554CB8

Tints of Rich Blue #554CB8

Color information

#554CB8 (or 0x554CB8) is unknown color: approx Rich Blue. HEX triplet: 55, 4C and B8. RGB value is (85,76,184). Sum of RGB (Red+Green+Blue) = 85+76+184=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 184 (72.27% from 255 or 53.33% from 345); Max value from RGB is 184 - color contains mainly: blue. Hex color #554CB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554CB8 is #AAB347. Grayscale: #5A5A5A. Windows color (decimal): -11187016 or 12078165. OLE color: 12078165.

HSL color Cylindrical-coordinate representation of color #554CB8: hue angle of 245º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #554CB8 is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8576184-
CMYK0.540.5900.28
HSL245º43.2%50.98%-
HSV(B)245º58.7%72.16%-
XYZ14.9810.5646.6-
YUV91180.48123.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.64%
GREEN value IS 76 (30.08% from 255) = 22.03%
BLUE value IS 184 (72.27% from 255) = 53.33%
R=24.64%
G=22.03%
B=53.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal85761840.540.5900.2824543.250.98
Hex554CB8363B01Cf52b33
Octal12511427066730343655363
Binary101010110011001011100011011011101101110011110101101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554CB8; }

 p { color: rgb(85,76,184); }

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

<style>
 a { background-color: #554CB8; }

 a { background-color: rgb(85,76,184); }

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

<style>
 span { border-color: #554CB8; }

 span { border-color: rgb(85,76,184); }

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