#54889D

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

Shades of Hippie Blue #54889D

Tints of Hippie Blue #54889D

Color information

#54889D (or 0x54889D) is unknown color: approx Hippie Blue. HEX triplet: 54, 88 and 9D. RGB value is (84,136,157). Sum of RGB (Red+Green+Blue) = 84+136+157=377 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.28% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 157 - color contains mainly: blue. Hex color #54889D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54889D is #AB7762. Grayscale: #7A7A7A. Windows color (decimal): -11237219 or 10324052. OLE color: 10324052.

HSL color Cylindrical-coordinate representation of color #54889D: hue angle of 197.26º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54889D is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB84136157-
CMYK0.460.1300.38
HSL197.26º30.29%47.25%-
HSV(B)197.26º46.5%61.57%-
XYZ18.5521.9335.15-
YUV122.85147.27100.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.28%
GREEN value IS 136 (53.52% from 255) = 36.07%
BLUE value IS 157 (61.72% from 255) = 41.64%
R=22.28%
G=36.07%
B=41.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841361570.460.1300.38197.2630.2947.25
Hex54889D2ED026c51e2f
Octal12421023556150463053657
Binary10101001000100010011101101110110101001101100010111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54889D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54889D; }

 p { color: rgb(84,136,157); }

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

<style>
 a { background-color: #54889D; }

 a { background-color: rgb(84,136,157); }

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

<style>
 span { border-color: #54889D; }

 span { border-color: rgb(84,136,157); }

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