#56899D

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

Shades of Hippie Blue #56899D

Tints of Hippie Blue #56899D

Color information

#56899D (or 0x56899D) is unknown color: approx Hippie Blue. HEX triplet: 56, 89 and 9D. RGB value is (86,137,157). Sum of RGB (Red+Green+Blue) = 86+137+157=380 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.63% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 157 - color contains mainly: blue. Hex color #56899D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56899D is #A97662. Grayscale: #7B7B7B. Windows color (decimal): -11105891 or 10324310. OLE color: 10324310.

HSL color Cylindrical-coordinate representation of color #56899D: hue angle of 196.9º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #56899D is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB86137157-
CMYK0.450.1300.38
HSL196.9º29.22%47.65%-
HSV(B)196.9º45.22%61.57%-
XYZ18.8722.335.21-
YUV124.03146.6100.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.63%
GREEN value IS 137 (53.91% from 255) = 36.05%
BLUE value IS 157 (61.72% from 255) = 41.32%
R=22.63%
G=36.05%
B=41.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal861371570.450.1300.38196.929.2247.65
Hex56899D2DD026c51d30
Octal12621123555150463053560
Binary10101101000100110011101101101110101001101100010111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56899D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,137,157); }

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

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

 a { background-color: rgb(86,137,157); }

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

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

 span { border-color: rgb(86,137,157); }

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