Html Css Color HEX #54879B Hippie Blue

📋 copy color: '#54879B'

red 84 ◦ green 135 ◦ blue 155

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

Shades of Hippie Blue #54879B

Tints of Hippie Blue #54879B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.1%

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

R = 22.46%
G = 36.1%
B = 41.44%

CMYK

 C value IS 0.46

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#54879B (or 0x54879B) is known color: Hippie Blue. HEX triplet: 54, 87 and 9B. RGB value is (84,135,155). Sum of RGB (Red+Green+Blue) = 84+135+155=374 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.46% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 155 - color contains mainly: blue. Hex color #54879B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54879B is #AB7864. Grayscale: #797979. Windows color (decimal): -11237477 or 10192724. OLE color: 10192724.

HSL color Cylindrical-coordinate representation of color #54879B: hue angle of 196.9º 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 #54879B is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 84 135 155 -
CMYK 0.46 0.13 0 0.39
HSL 196.9º 0.3% 0.47% -
HSV(B) 196.9º 0.46% 0.61% -
XYZ 18.24 21.58 34.21 -
YUV 122.03 146.6 100.87 -
System Red Green Blue C M Y K H S L
Decimal 84 135 155 0.46 0.13 0 0.39 196.9 0.3 0.47
Hex 54 87 9B 2E D 0 27 C5 1E 2F
Octal 124 207 233 56 15 0 47 305 36 57
Binary 1010100 10000111 10011011 101110 1101 0 100111 11000101 11110 101111

Color Harmonies of #54879B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54879B

Black with #54879B

Text Example


Text Example

White with #54879B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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