Html Css Color HEX #54889B Hippie Blue

📋 copy color: '#54889B'

red 84 ◦ green 136 ◦ blue 155

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

Shades of Hippie Blue #54889B

Tints of Hippie Blue #54889B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.33%

R = 22.4%
G = 36.27%
B = 41.33%

CMYK

 C value IS 0.46

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#54889B (or 0x54889B) is known color: Hippie Blue. HEX triplet: 54, 88 and 9B. RGB value is (84,136,155). Sum of RGB (Red+Green+Blue) = 84+136+155=375 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.4% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #54889B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54889B is #AB7764. Grayscale: #7A7A7A. Windows color (decimal): -11237221 or 10192980. OLE color: 10192980.

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

Color convert

RGB 84 136 155 -
CMYK 0.46 0.12 0 0.39
HSL 196.06º 0.3% 0.47% -
HSV(B) 196.06º 0.46% 0.61% -
XYZ 18.38 21.86 34.26 -
YUV 122.62 146.27 100.46 -
System Red Green Blue C M Y K H S L
Decimal 84 136 155 0.46 0.12 0 0.39 196.06 0.3 0.47
Hex 54 88 9B 2E C 0 27 C4 1E 2F
Octal 124 210 233 56 14 0 47 304 36 57
Binary 1010100 10001000 10011011 101110 1100 0 100111 11000100 11110 101111

Color Harmonies of #54889B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54889B

Black with #54889B

Text Example


Text Example

White with #54889B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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