#567E8F

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

Shades of Hoki #567E8F

Tints of Hoki #567E8F

Color information

#567E8F (or 0x567E8F) is unknown color: approx Hoki. HEX triplet: 56, 7E and 8F. RGB value is (86,126,143). Sum of RGB (Red+Green+Blue) = 86+126+143=355 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.23% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 143 - color contains mainly: blue. Hex color #567E8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567E8F is #A98170. Grayscale: #737373. Windows color (decimal): -11108721 or 9403990. OLE color: 9403990.

HSL color Cylindrical-coordinate representation of color #567E8F: hue angle of 197.89º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #567E8F is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB86126143-
CMYK0.400.1200.44
HSL197.89º24.89%44.9%-
HSV(B)197.89º39.86%56.08%-
XYZ16.2618.8828.77-
YUV115.98143.25106.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.23%
GREEN value IS 126 (49.61% from 255) = 35.49%
BLUE value IS 143 (56.25% from 255) = 40.28%
R=24.23%
G=35.49%
B=40.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal861261430.400.1200.44197.8924.8944.9
Hex567E8F28C02Cc6192d
Octal12617621750140543063155
Binary1010110111111010001111101000110001011001100011011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567E8F; }

 p { color: rgb(86,126,143); }

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

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

 a { background-color: rgb(86,126,143); }

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

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

 span { border-color: rgb(86,126,143); }

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