#567B8E

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

Shades of Hoki #567B8E

Tints of Hoki #567B8E

Color information

#567B8E (or 0x567B8E) is unknown color: approx Hoki. HEX triplet: 56, 7B and 8E. RGB value is (86,123,142). Sum of RGB (Red+Green+Blue) = 86+123+142=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 142 - color contains mainly: blue. Hex color #567B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567B8E is #A98471. Grayscale: #717171. Windows color (decimal): -11109490 or 9337686. OLE color: 9337686.

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

Color convert

RGB86123142-
CMYK0.390.1300.44
HSL200.36º24.56%44.71%-
HSV(B)200.36º39.44%55.69%-
XYZ15.818.128.25-
YUV114.1143.74107.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.50%
GREEN value IS 123 (48.44% from 255) = 35.04%
BLUE value IS 142 (55.86% from 255) = 40.46%
R=24.50%
G=35.04%
B=40.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal861231420.390.1300.44200.3624.5644.71
Hex567B8E27D02Cc8192d
Octal12617321647150543103155
Binary1010110111101110001110100111110101011001100100011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,123,142); }

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

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

 a { background-color: rgb(86,123,142); }

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

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

 span { border-color: rgb(86,123,142); }

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