#568089

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

Shades of Hoki #568089

Tints of Hoki #568089

Color information

#568089 (or 0x568089) is unknown color: approx Hoki. HEX triplet: 56, 80 and 89. RGB value is (86,128,137). Sum of RGB (Red+Green+Blue) = 86+128+137=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 137 (53.91% from 255 or 39.03% from 351); Max value from RGB is 137 - color contains mainly: blue. Hex color #568089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568089 is #A97F76. Grayscale: #747474. Windows color (decimal): -11108215 or 9011286. OLE color: 9011286.

HSL color Cylindrical-coordinate representation of color #568089: hue angle of 190.59º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #568089 is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB86128137-
CMYK0.370.0700.46
HSL190.59º22.87%43.73%-
HSV(B)190.59º37.23%53.73%-
XYZ16.0719.2226.53-
YUV116.47139.59106.27-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.50%
GREEN value IS 128 (50.39% from 255) = 36.47%
BLUE value IS 137 (53.91% from 255) = 39.03%
R=24.50%
G=36.47%
B=39.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal861281370.370.0700.46190.5922.8743.73
Hex56808925702Ebf172c
Octal1262002114570562772754
Binary1010110100000001000100110010111101011101011111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568089; }

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

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

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

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

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

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

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

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