#554CAC

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

Shades of Rich Blue #554CAC

Tints of Rich Blue #554CAC

Color information

#554CAC (or 0x554CAC) is unknown color: approx Rich Blue. HEX triplet: 55, 4C and AC. RGB value is (85,76,172). Sum of RGB (Red+Green+Blue) = 85+76+172=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #554CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554CAC is #AAB353. Grayscale: #595959. Windows color (decimal): -11187028 or 11291733. OLE color: 11291733.

HSL color Cylindrical-coordinate representation of color #554CAC: hue angle of 245.62º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #554CAC is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8576172-
CMYK0.510.5600.33
HSL245.62º38.71%48.63%-
HSV(B)245.62º55.81%67.45%-
XYZ13.7810.0840.25-
YUV89.64174.48124.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.53%
GREEN value IS 76 (30.08% from 255) = 22.82%
BLUE value IS 172 (67.58% from 255) = 51.65%
R=25.53%
G=22.82%
B=51.65%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85761720.510.5600.33245.6238.7148.63
Hex554CAC3338021f62731
Octal12511425463700413664761
Binary1010101100110010101100110011111000010000111110110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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