#567989

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

Shades of Hoki #567989

Tints of Hoki #567989

Color information

#567989 (or 0x567989) is unknown color: approx Hoki. HEX triplet: 56, 79 and 89. RGB value is (86,121,137). Sum of RGB (Red+Green+Blue) = 86+121+137=344 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 137 (53.91% from 255 or 39.83% from 344); Max value from RGB is 137 - color contains mainly: blue. Hex color #567989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567989 is #A98676. Grayscale: #707070. Windows color (decimal): -11110007 or 9009494. OLE color: 9009494.

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

Color convert

RGB86121137-
CMYK0.370.1200.46
HSL198.82º22.87%43.73%-
HSV(B)198.82º37.23%53.73%-
XYZ15.1917.4626.24-
YUV112.36141.9109.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25%
GREEN value IS 121 (47.66% from 255) = 35.17%
BLUE value IS 137 (53.91% from 255) = 39.83%
R=25%
G=35.17%
B=39.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal861211370.370.1200.46198.8222.8743.73
Hex56798925C02Ec7172c
Octal12617121145140563072754
Binary1010110111100110001001100101110001011101100011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567989; }

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

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

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

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

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

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

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

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