#54899A

Color #54899A Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #54899A

Tints of Hippie Blue #54899A

Color information

#54899A (or 0x54899A) is unknown color: approx Hippie Blue. HEX triplet: 54, 89 and 9A. RGB value is (84,137,154). Sum of RGB (Red+Green+Blue) = 84+137+154=375 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.4% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 154 - color contains mainly: blue. Hex color #54899A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54899A is #AB7665. Grayscale: #7A7A7A. Windows color (decimal): -11236966 or 10127700. OLE color: 10127700.

HSL color Cylindrical-coordinate representation of color #54899A: hue angle of 194.57º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #54899A is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB84137154-
CMYK0.450.1100.40
HSL194.57º29.41%46.67%-
HSV(B)194.57º45.45%60.39%-
XYZ18.4322.1133.87-
YUV123.09145.44100.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.4%
GREEN value IS 137 (53.91% from 255) = 36.53%
BLUE value IS 154 (60.55% from 255) = 41.07%
R=22.4%
G=36.53%
B=41.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal841371540.450.1100.40194.5729.4146.67
Hex54899A2DB028c31d2f
Octal12421123255130503033557
Binary10101001000100110011010101101101101010001100001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54899A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54899A; }

 p { color: rgb(84,137,154); }

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

<style>
 a { background-color: #54899A; }

 a { background-color: rgb(84,137,154); }

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

<style>
 span { border-color: #54899A; }

 span { border-color: rgb(84,137,154); }

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