#54909E

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

Shades of Hippie Blue #54909E

Tints of Hippie Blue #54909E

Color information

#54909E (or 0x54909E) is unknown color: approx Hippie Blue. HEX triplet: 54, 90 and 9E. RGB value is (84,144,158). Sum of RGB (Red+Green+Blue) = 84+144+158=386 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.76% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 158 - color contains mainly: blue. Hex color #54909E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54909E is #AB6F61. Grayscale: #7F7F7F. Windows color (decimal): -11235170 or 10391636. OLE color: 10391636.

HSL color Cylindrical-coordinate representation of color #54909E: hue angle of 191.35º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #54909E is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB84144158-
CMYK0.470.0900.38
HSL191.35º30.58%47.45%-
HSV(B)191.35º46.84%61.96%-
XYZ19.824.335.99-
YUV127.66145.1296.86-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.76%
GREEN value IS 144 (56.64% from 255) = 37.31%
BLUE value IS 158 (62.11% from 255) = 40.93%
R=21.76%
G=37.31%
B=40.93%

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
Decimal841441580.470.0900.38191.3530.5847.45
Hex54909E2F9026bf1f2f
Octal12422023657110462773757
Binary10101001001000010011110101111100101001101011111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54909E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54909E; }

 p { color: rgb(84,144,158); }

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

<style>
 a { background-color: #54909E; }

 a { background-color: rgb(84,144,158); }

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

<style>
 span { border-color: #54909E; }

 span { border-color: rgb(84,144,158); }

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