#554CAB

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

Shades of Rich Blue #554CAB

Tints of Rich Blue #554CAB

Color information

#554CAB (or 0x554CAB) is unknown color: approx Rich Blue. HEX triplet: 55, 4C and AB. RGB value is (85,76,171). Sum of RGB (Red+Green+Blue) = 85+76+171=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #554CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554CAB is #AAB354. Grayscale: #595959. Windows color (decimal): -11187029 or 11226197. OLE color: 11226197.

HSL color Cylindrical-coordinate representation of color #554CAB: hue angle of 245.68º degrees, saturation: 0.38, 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 #554CAB is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8576171-
CMYK0.500.5600.33
HSL245.68º38.46%48.43%-
HSV(B)245.68º55.56%67.06%-
XYZ13.6810.0439.74-
YUV89.52173.98124.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.60%
GREEN value IS 76 (30.08% from 255) = 22.89%
BLUE value IS 171 (67.19% from 255) = 51.51%
R=25.60%
G=22.89%
B=51.51%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85761710.500.5600.33245.6838.4648.43
Hex554CAB3238021f62630
Octal12511425362700413664660
Binary1010101100110010101011110010111000010000111110110100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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