#567D8C

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

Shades of Hoki #567D8C

Tints of Hoki #567D8C

Color information

#567D8C (or 0x567D8C) is unknown color: approx Hoki. HEX triplet: 56, 7D and 8C. RGB value is (86,125,140). Sum of RGB (Red+Green+Blue) = 86+125+140=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 140 - color contains mainly: blue. Hex color #567D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567D8C is #A98273. Grayscale: #727272. Windows color (decimal): -11108980 or 9207126. OLE color: 9207126.

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

Color convert

RGB86125140-
CMYK0.390.1100.45
HSL196.67º23.89%44.31%-
HSV(B)196.67º38.57%54.9%-
XYZ15.918.5427.55-
YUV115.05142.08107.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.50%
GREEN value IS 125 (49.22% from 255) = 35.61%
BLUE value IS 140 (55.08% from 255) = 39.89%
R=24.50%
G=35.61%
B=39.89%

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
Decimal861251400.390.1100.45196.6723.8944.31
Hex567D8C27B02Dc5182c
Octal12617521447130553053054
Binary1010110111110110001100100111101101011011100010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,125,140); }

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

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

 a { background-color: rgb(86,125,140); }

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

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

 span { border-color: rgb(86,125,140); }

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