#568699

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

Shades of Hippie Blue #568699

Tints of Hippie Blue #568699

Color information

#568699 (or 0x568699) is unknown color: approx Hippie Blue. HEX triplet: 56, 86 and 99. RGB value is (86,134,153). Sum of RGB (Red+Green+Blue) = 86+134+153=373 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.06% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 153 - color contains mainly: blue. Hex color #568699 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568699 is #A97966. Grayscale: #797979. Windows color (decimal): -11106663 or 10061398. OLE color: 10061398.

HSL color Cylindrical-coordinate representation of color #568699: hue angle of 197.01º 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 #568699 is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB86134153-
CMYK0.440.1200.4
HSL197.01º28.03%46.86%-
HSV(B)197.01º43.79%60%-
XYZ18.1121.3333.3-
YUV121.81145.6102.46-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.06%
GREEN value IS 134 (52.73% from 255) = 35.92%
BLUE value IS 153 (60.16% from 255) = 41.02%
R=23.06%
G=35.92%
B=41.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal861341530.440.1200.4197.0128.0346.86
Hex5686992CC028c51c2f
Octal12620623154140503053457
Binary10101101000011010011001101100110001010001100010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568699; }

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

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

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

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

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

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

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

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