#54869D

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

Shades of Hippie Blue #54869D

Tints of Hippie Blue #54869D

Color information

#54869D (or 0x54869D) is unknown color: approx Hippie Blue. HEX triplet: 54, 86 and 9D. RGB value is (84,134,157). Sum of RGB (Red+Green+Blue) = 84+134+157=375 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.4% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 157 - color contains mainly: blue. Hex color #54869D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54869D is #AB7962. Grayscale: #797979. Windows color (decimal): -11237731 or 10323540. OLE color: 10323540.

HSL color Cylindrical-coordinate representation of color #54869D: hue angle of 198.9º 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 #54869D is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB84134157-
CMYK0.460.1500.38
HSL198.9º30.29%47.25%-
HSV(B)198.9º46.5%61.57%-
XYZ18.2721.3735.06-
YUV121.67147.94101.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.4%
GREEN value IS 134 (52.73% from 255) = 35.73%
BLUE value IS 157 (61.72% from 255) = 41.87%
R=22.4%
G=35.73%
B=41.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841341570.460.1500.38198.930.2947.25
Hex54869D2EF026c71e2f
Octal12420623556170463073657
Binary10101001000011010011101101110111101001101100011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54869D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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