#568796

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

Shades of Hippie Blue #568796

Tints of Hippie Blue #568796

Color information

#568796 (or 0x568796) is unknown color: approx Hippie Blue. HEX triplet: 56, 87 and 96. RGB value is (86,135,150). Sum of RGB (Red+Green+Blue) = 86+135+150=371 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.18% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 150 - color contains mainly: blue. Hex color #568796 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568796 is #A97869. Grayscale: #797979. Windows color (decimal): -11106410 or 9865046. OLE color: 9865046.

HSL color Cylindrical-coordinate representation of color #568796: hue angle of 194.06º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #568796 is Cyan = 0.43, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB86135150-
CMYK0.430.100.41
HSL194.06º27.12%46.27%-
HSV(B)194.06º42.67%58.82%-
XYZ18.0121.5132.06-
YUV122.06143.77102.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.18%
GREEN value IS 135 (53.12% from 255) = 36.39%
BLUE value IS 150 (58.98% from 255) = 40.43%
R=23.18%
G=36.39%
B=40.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal861351500.430.100.41194.0627.1246.27
Hex5687962BA029c21b2e
Octal12620722653120513023356
Binary10101101000011110010110101011101001010011100001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568796; }

 p { color: rgb(86,135,150); }

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

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

 a { background-color: rgb(86,135,150); }

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

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

 span { border-color: rgb(86,135,150); }

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