#554BB5

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

Shades of Rich Blue #554BB5

Tints of Rich Blue #554BB5

Color information

#554BB5 (or 0x554BB5) is unknown color: approx Rich Blue. HEX triplet: 55, 4B and B5. RGB value is (85,75,181). Sum of RGB (Red+Green+Blue) = 85+75+181=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 181 (71.09% from 255 or 53.08% from 341); Max value from RGB is 181 - color contains mainly: blue. Hex color #554BB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554BB5 is #AAB44A. Grayscale: #595959. Windows color (decimal): -11187275 or 11881301. OLE color: 11881301.

HSL color Cylindrical-coordinate representation of color #554BB5: hue angle of 245.66º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #554BB5 is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8575181-
CMYK0.530.5900.29
HSL245.66º41.73%50.2%-
HSV(B)245.66º58.56%70.98%-
XYZ14.610.344.93-
YUV90.07179.31124.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.93%
GREEN value IS 75 (29.69% from 255) = 21.99%
BLUE value IS 181 (71.09% from 255) = 53.08%
R=24.93%
G=21.99%
B=53.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal85751810.530.5900.29245.6641.7350.2
Hex554BB5353B01Df62a32
Octal12511326565730353665262
Binary101010110010111011010111010111101101110111110110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,75,181); }

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

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

 a { background-color: rgb(85,75,181); }

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

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

 span { border-color: rgb(85,75,181); }

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