#567A8E

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

Shades of Hoki #567A8E

Tints of Hoki #567A8E

Color information

#567A8E (or 0x567A8E) is unknown color: approx Hoki. HEX triplet: 56, 7A and 8E. RGB value is (86,122,142). Sum of RGB (Red+Green+Blue) = 86+122+142=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 142 - color contains mainly: blue. Hex color #567A8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567A8E is #A98571. Grayscale: #717171. Windows color (decimal): -11109746 or 9337430. OLE color: 9337430.

HSL color Cylindrical-coordinate representation of color #567A8E: hue angle of 201.43º 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 #567A8E is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB86122142-
CMYK0.390.1400.44
HSL201.43º24.56%44.71%-
HSV(B)201.43º39.44%55.69%-
XYZ15.6817.8528.21-
YUV113.52144.07108.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.57%
GREEN value IS 122 (48.05% from 255) = 34.86%
BLUE value IS 142 (55.86% from 255) = 40.57%
R=24.57%
G=34.86%
B=40.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal861221420.390.1400.44201.4324.5644.71
Hex567A8E27E02Cc9192d
Octal12617221647160543113155
Binary1010110111101010001110100111111001011001100100111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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