Html Css Color HEX #54889F Hippie Blue

📋 copy color: '#54889F'

red 84 ◦ green 136 ◦ blue 159

#54889F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Blue #54889F

Tints of Hippie Blue #54889F

RGB

 RED value IS 84 (33.2% from 255) = 22.16%

 GREEN value IS 136 (53.52% from 255) = 35.88%

 BLUE value IS 159 (62.5% from 255) = 41.95%

R = 22.16%
G = 35.88%
B = 41.95%

CMYK

 C value IS 0.47

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#54889F (or 0x54889F) is known color: Hippie Blue. HEX triplet: 54, 88 and 9F. RGB value is (84,136,159). Sum of RGB (Red+Green+Blue) = 84+136+159=379 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.16% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 159 - color contains mainly: blue. Hex color #54889F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54889F is #AB7760. Grayscale: #7A7A7A. Windows color (decimal): -11237217 or 10455124. OLE color: 10455124.

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

Color convert

RGB 84 136 159 -
CMYK 0.47 0.14 0 0.38
HSL 198.4º 0.31% 0.48% -
HSV(B) 198.4º 0.47% 0.62% -
XYZ 18.72 22 36.06 -
YUV 123.07 148.27 100.13 -
System Red Green Blue C M Y K H S L
Decimal 84 136 159 0.47 0.14 0 0.38 198.4 0.31 0.48
Hex 54 88 9F 2F E 0 26 C6 1F 30
Octal 124 210 237 57 16 0 46 306 37 60
Binary 1010100 10001000 10011111 101111 1110 0 100110 11000110 11111 110000

Color Harmonies of #54889F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54889F

Black with #54889F

Text Example


Text Example

White with #54889F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #54889F;
 }
 .AnyTagClassName
 {
   color: #54889F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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