#568599

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

Shades of Hippie Blue #568599

Tints of Hippie Blue #568599

Color information

#568599 (or 0x568599) is unknown color: approx Hippie Blue. HEX triplet: 56, 85 and 99. RGB value is (86,133,153). Sum of RGB (Red+Green+Blue) = 86+133+153=372 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.12% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 153 - color contains mainly: blue. Hex color #568599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568599 is #A97A66. Grayscale: #797979. Windows color (decimal): -11106919 or 10061142. OLE color: 10061142.

HSL color Cylindrical-coordinate representation of color #568599: hue angle of 197.91º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #568599 is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB86133153-
CMYK0.440.1300.4
HSL197.91º28.03%46.86%-
HSV(B)197.91º43.79%60%-
XYZ17.9821.0533.25-
YUV121.23145.93102.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.12%
GREEN value IS 133 (52.34% from 255) = 35.75%
BLUE value IS 153 (60.16% from 255) = 41.13%
R=23.12%
G=35.75%
B=41.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal861331530.440.1300.4197.9128.0346.86
Hex5685992CD028c61c2f
Octal12620523154150503063457
Binary10101101000010110011001101100110101010001100011011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568599; }

 p { color: rgb(86,133,153); }

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

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

 a { background-color: rgb(86,133,153); }

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

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

 span { border-color: rgb(86,133,153); }

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