#554BB7

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

Shades of Rich Blue #554BB7

Tints of Rich Blue #554BB7

Color information

#554BB7 (or 0x554BB7) is unknown color: approx Rich Blue. HEX triplet: 55, 4B and B7. RGB value is (85,75,183). Sum of RGB (Red+Green+Blue) = 85+75+183=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 183 (71.88% from 255 or 53.35% from 343); Max value from RGB is 183 - color contains mainly: blue. Hex color #554BB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554BB7 is #AAB448. Grayscale: #595959. Windows color (decimal): -11187273 or 12012373. OLE color: 12012373.

HSL color Cylindrical-coordinate representation of color #554BB7: hue angle of 245.56º 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 #554BB7 is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8575183-
CMYK0.540.5900.28
HSL245.56º42.86%50.59%-
HSV(B)245.56º59.02%71.76%-
XYZ14.8110.3846.02-
YUV90.3180.31124.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.78%
GREEN value IS 75 (29.69% from 255) = 21.87%
BLUE value IS 183 (71.88% from 255) = 53.35%
R=24.78%
G=21.87%
B=53.35%

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
Decimal85751830.540.5900.28245.5642.8650.59
Hex554BB7363B01Cf62b33
Octal12511326766730343665363
Binary101010110010111011011111011011101101110011110110101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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