#554ABE

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

Shades of Rich Blue #554ABE

Tints of Rich Blue #554ABE

Color information

#554ABE (or 0x554ABE) is unknown color: approx Rich Blue. HEX triplet: 55, 4A and BE. RGB value is (85,74,190). Sum of RGB (Red+Green+Blue) = 85+74+190=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 190 (74.61% from 255 or 54.44% from 349); Max value from RGB is 190 - color contains mainly: blue. Hex color #554ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554ABE is #AAB541. Grayscale: #5A5A5A. Windows color (decimal): -11187522 or 12470869. OLE color: 12470869.

HSL color Cylindrical-coordinate representation of color #554ABE: hue angle of 245.69º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #554ABE is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8574190-
CMYK0.550.6100.25
HSL245.69º47.15%51.76%-
HSV(B)245.69º61.05%74.51%-
XYZ15.4910.5549.93-
YUV90.51184.14124.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.36%
GREEN value IS 74 (29.30% from 255) = 21.20%
BLUE value IS 190 (74.61% from 255) = 54.44%
R=24.36%
G=21.20%
B=54.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal85741900.550.6100.25245.6947.1551.76
Hex554ABE373D019f62f34
Octal12511227667750313665764
Binary101010110010101011111011011111110101100111110110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,74,190); }

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

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

 a { background-color: rgb(85,74,190); }

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

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

 span { border-color: rgb(85,74,190); }

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