#567E8D

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

Shades of Hoki #567E8D

Tints of Hoki #567E8D

Color information

#567E8D (or 0x567E8D) is unknown color: approx Hoki. HEX triplet: 56, 7E and 8D. RGB value is (86,126,141). Sum of RGB (Red+Green+Blue) = 86+126+141=353 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.36% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 141 - color contains mainly: blue. Hex color #567E8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567E8D is #A98172. Grayscale: #737373. Windows color (decimal): -11108723 or 9272918. OLE color: 9272918.

HSL color Cylindrical-coordinate representation of color #567E8D: hue angle of 196.36º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #567E8D is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB86126141-
CMYK0.390.1100.45
HSL196.36º24.23%44.51%-
HSV(B)196.36º39.01%55.29%-
XYZ16.1118.8227.98-
YUV115.75142.25106.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.36%
GREEN value IS 126 (49.61% from 255) = 35.69%
BLUE value IS 141 (55.47% from 255) = 39.94%
R=24.36%
G=35.69%
B=39.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal861261410.390.1100.45196.3624.2344.51
Hex567E8D27B02Dc4182d
Octal12617621547130553043055
Binary1010110111111010001101100111101101011011100010011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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