#554BAE

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

Shades of Rich Blue #554BAE

Tints of Rich Blue #554BAE

Color information

#554BAE (or 0x554BAE) is unknown color: approx Rich Blue. HEX triplet: 55, 4B and AE. RGB value is (85,75,174). Sum of RGB (Red+Green+Blue) = 85+75+174=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #554BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554BAE is #AAB451. Grayscale: #585858. Windows color (decimal): -11187282 or 11422549. OLE color: 11422549.

HSL color Cylindrical-coordinate representation of color #554BAE: hue angle of 246.06º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #554BAE is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8575174-
CMYK0.510.5700.32
HSL246.06º39.76%48.82%-
HSV(B)246.06º56.9%68.24%-
XYZ13.910.0241.25-
YUV89.28175.81124.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.45%
GREEN value IS 75 (29.69% from 255) = 22.46%
BLUE value IS 174 (68.36% from 255) = 52.10%
R=25.45%
G=22.46%
B=52.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal85751740.510.5700.32246.0639.7648.82
Hex554BAE3339020f62831
Octal12511325663710403665061
Binary1010101100101110101110110011111001010000011110110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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