#54919F

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

Shades of Hippie Blue #54919F

Tints of Hippie Blue #54919F

Color information

#54919F (or 0x54919F) is unknown color: approx Hippie Blue. HEX triplet: 54, 91 and 9F. RGB value is (84,145,159). Sum of RGB (Red+Green+Blue) = 84+145+159=388 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.65% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 159 - color contains mainly: blue. Hex color #54919F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54919F is #AB6E60. Grayscale: #808080. Windows color (decimal): -11234913 or 10457428. OLE color: 10457428.

HSL color Cylindrical-coordinate representation of color #54919F: hue angle of 191.2º 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 #54919F is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB84145159-
CMYK0.470.0900.38
HSL191.2º30.86%47.65%-
HSV(B)191.2º47.17%62.35%-
XYZ20.0424.6436.5-
YUV128.36145.2996.36-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.65%
GREEN value IS 145 (57.03% from 255) = 37.37%
BLUE value IS 159 (62.5% from 255) = 40.98%
R=21.65%
G=37.37%
B=40.98%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841451590.470.0900.38191.230.8647.65
Hex54919F2F9026bf1f30
Octal12422123757110462773760
Binary10101001001000110011111101111100101001101011111111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54919F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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