#56909F

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

Shades of Hippie Blue #56909F

Tints of Hippie Blue #56909F

Color information

#56909F (or 0x56909F) is unknown color: approx Hippie Blue. HEX triplet: 56, 90 and 9F. RGB value is (86,144,159). Sum of RGB (Red+Green+Blue) = 86+144+159=389 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.11% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 159 - color contains mainly: blue. Hex color #56909F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56909F is #A96F60. Grayscale: #808080. Windows color (decimal): -11104097 or 10457174. OLE color: 10457174.

HSL color Cylindrical-coordinate representation of color #56909F: hue angle of 192.33º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #56909F is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB86144159-
CMYK0.460.0900.38
HSL192.33º29.8%48.04%-
HSV(B)192.33º45.91%62.35%-
XYZ20.0724.4336.46-
YUV128.37145.2897.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.11%
GREEN value IS 144 (56.64% from 255) = 37.02%
BLUE value IS 159 (62.5% from 255) = 40.87%
R=22.11%
G=37.02%
B=40.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal861441590.460.0900.38192.3329.848.04
Hex56909F2E9026c01e30
Octal12622023756110463003660
Binary10101101001000010011111101110100101001101100000011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56909F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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