#55909F

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

Shades of Hippie Blue #55909F

Tints of Hippie Blue #55909F

Color information

#55909F (or 0x55909F) is unknown color: approx Hippie Blue. HEX triplet: 55, 90 and 9F. RGB value is (85,144,159). Sum of RGB (Red+Green+Blue) = 85+144+159=388 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.91% from 388); Green value is 144 (56.64% from 255 or 37.11% 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 #55909F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55909F is #AA6F60. Grayscale: #7F7F7F. Windows color (decimal): -11169633 or 10457173. OLE color: 10457173.

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

Color convert

RGB85144159-
CMYK0.470.0900.38
HSL192.16º30.33%47.84%-
HSV(B)192.16º46.54%62.35%-
XYZ19.9824.3836.45-
YUV128.07145.4597.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.91%
GREEN value IS 144 (56.64% from 255) = 37.11%
BLUE value IS 159 (62.5% from 255) = 40.98%
R=21.91%
G=37.11%
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
Decimal851441590.470.0900.38192.1630.3347.84
Hex55909F2F9026c01e30
Octal12522023757110463003660
Binary10101011001000010011111101111100101001101100000011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55909F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,144,159); }

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

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

 a { background-color: rgb(85,144,159); }

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

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

 span { border-color: rgb(85,144,159); }

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