#567986

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

Shades of Hoki #567986

Tints of Hoki #567986

Color information

#567986 (or 0x567986) is unknown color: approx Hoki. HEX triplet: 56, 79 and 86. RGB value is (86,121,134). Sum of RGB (Red+Green+Blue) = 86+121+134=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 134 (52.73% from 255 or 39.30% from 341); Max value from RGB is 134 - color contains mainly: blue. Hex color #567986 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567986 is #A98679. Grayscale: #6F6F6F. Windows color (decimal): -11110010 or 8812886. OLE color: 8812886.

HSL color Cylindrical-coordinate representation of color #567986: hue angle of 196.25º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #567986 is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB86121134-
CMYK0.360.1000.47
HSL196.25º21.82%43.14%-
HSV(B)196.25º35.82%52.55%-
XYZ14.9817.3725.12-
YUV112.02140.4109.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.22%
GREEN value IS 121 (47.66% from 255) = 35.48%
BLUE value IS 134 (52.73% from 255) = 39.30%
R=25.22%
G=35.48%
B=39.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal861211340.360.1000.47196.2521.8243.14
Hex56798624A02Fc4162b
Octal12617120644120573042653
Binary1010110111100110000110100100101001011111100010010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567986; }

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

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

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

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

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

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

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

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