#554FB2

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

Shades of Rich Blue #554FB2

Tints of Rich Blue #554FB2

Color information

#554FB2 (or 0x554FB2) is unknown color: approx Rich Blue. HEX triplet: 55, 4F and B2. RGB value is (85,79,178). Sum of RGB (Red+Green+Blue) = 85+79+178=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 178 (69.92% from 255 or 52.05% from 342); Max value from RGB is 178 - color contains mainly: blue. Hex color #554FB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #554FB2 is #AAB04D. Grayscale: #5B5B5B. Windows color (decimal): -11186254 or 11685717. OLE color: 11685717.

HSL color Cylindrical-coordinate representation of color #554FB2: hue angle of 243.64º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #554FB2 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8579178-
CMYK0.520.5600.30
HSL243.64º39.13%50.39%-
HSV(B)243.64º55.62%69.8%-
XYZ14.5810.7443.42-
YUV92.08176.49122.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.85%
GREEN value IS 79 (31.25% from 255) = 23.10%
BLUE value IS 178 (69.92% from 255) = 52.05%
R=24.85%
G=23.10%
B=52.05%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal85791780.520.5600.30243.6439.1350.39
Hex554FB2343801Ef42732
Octal12511726264700363644762
Binary101010110011111011001011010011100001111011110100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,79,178); }

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

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

 a { background-color: rgb(85,79,178); }

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

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

 span { border-color: rgb(85,79,178); }

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