#54879C

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

Shades of Hippie Blue #54879C

Tints of Hippie Blue #54879C

Color information

#54879C (or 0x54879C) is unknown color: approx Hippie Blue. HEX triplet: 54, 87 and 9C. RGB value is (84,135,156). Sum of RGB (Red+Green+Blue) = 84+135+156=375 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.4% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 156 - color contains mainly: blue. Hex color #54879C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54879C is #AB7863. Grayscale: #7A7A7A. Windows color (decimal): -11237476 or 10258260. OLE color: 10258260.

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

Color convert

RGB84135156-
CMYK0.460.1300.39
HSL197.5º30%47.06%-
HSV(B)197.5º46.15%61.18%-
XYZ18.3221.6134.66-
YUV122.14147.1100.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.4%
GREEN value IS 135 (53.12% from 255) = 36%
BLUE value IS 156 (61.33% from 255) = 41.6%
R=22.4%
G=36%
B=41.6%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal841351560.460.1300.39197.53047.06
Hex54879C2ED027c61e2f
Octal12420723456150473063657
Binary10101001000011110011100101110110101001111100011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54879C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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