#567B8C

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

Shades of Hoki #567B8C

Tints of Hoki #567B8C

Color information

#567B8C (or 0x567B8C) is unknown color: approx Hoki. HEX triplet: 56, 7B and 8C. RGB value is (86,123,140). Sum of RGB (Red+Green+Blue) = 86+123+140=349 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.64% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 140 - color contains mainly: blue. Hex color #567B8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567B8C is #A98473. Grayscale: #717171. Windows color (decimal): -11109492 or 9206614. OLE color: 9206614.

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

Color convert

RGB86123140-
CMYK0.390.1200.45
HSL198.89º23.89%44.31%-
HSV(B)198.89º38.57%54.9%-
XYZ15.6518.0427.47-
YUV113.88142.74108.12-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.64%
GREEN value IS 123 (48.44% from 255) = 35.24%
BLUE value IS 140 (55.08% from 255) = 40.11%
R=24.64%
G=35.24%
B=40.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal861231400.390.1200.45198.8923.8944.31
Hex567B8C27C02Dc7182c
Octal12617321447140553073054
Binary1010110111101110001100100111110001011011100011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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