#568997

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

Shades of Hippie Blue #568997

Tints of Hippie Blue #568997

Color information

#568997 (or 0x568997) is unknown color: approx Hippie Blue. HEX triplet: 56, 89 and 97. RGB value is (86,137,151). Sum of RGB (Red+Green+Blue) = 86+137+151=374 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.99% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 151 (59.38% from 255 or 40.37% from 374); Max value from RGB is 151 - color contains mainly: blue. Hex color #568997 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568997 is #A97668. Grayscale: #7B7B7B. Windows color (decimal): -11105897 or 9931094. OLE color: 9931094.

HSL color Cylindrical-coordinate representation of color #568997: hue angle of 192.92º 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 #568997 is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB86137151-
CMYK0.430.0900.41
HSL192.92º27.43%46.47%-
HSV(B)192.92º43.05%59.22%-
XYZ18.3722.132.58-
YUV123.35143.6101.36-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.99%
GREEN value IS 137 (53.91% from 255) = 36.63%
BLUE value IS 151 (59.38% from 255) = 40.37%
R=22.99%
G=36.63%
B=40.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal861371510.430.0900.41192.9227.4346.47
Hex5689972B9029c11b2e
Octal12621122753110513013356
Binary10101101000100110010111101011100101010011100000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568997; }

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

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

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

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

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

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

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

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