#554BAC

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

Shades of Rich Blue #554BAC

Tints of Rich Blue #554BAC

Color information

#554BAC (or 0x554BAC) is unknown color: approx Rich Blue. HEX triplet: 55, 4B and AC. RGB value is (85,75,172). Sum of RGB (Red+Green+Blue) = 85+75+172=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #554BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554BAC is #AAB453. Grayscale: #585858. Windows color (decimal): -11187284 or 11291477. OLE color: 11291477.

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

Color convert

RGB8575172-
CMYK0.510.5600.33
HSL246.19º39.27%48.43%-
HSV(B)246.19º56.4%67.45%-
XYZ13.719.9440.23-
YUV89.05174.81125.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.60%
GREEN value IS 75 (29.69% from 255) = 22.59%
BLUE value IS 172 (67.58% from 255) = 51.81%
R=25.60%
G=22.59%
B=51.81%

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
Decimal85751720.510.5600.33246.1939.2748.43
Hex554BAC3338021f62730
Octal12511325463700413664760
Binary1010101100101110101100110011111000010000111110110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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