#567B8A

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

Shades of Hoki #567B8A

Tints of Hoki #567B8A

Color information

#567B8A (or 0x567B8A) is unknown color: approx Hoki. HEX triplet: 56, 7B and 8A. RGB value is (86,123,138). Sum of RGB (Red+Green+Blue) = 86+123+138=347 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.78% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 138 - color contains mainly: blue. Hex color #567B8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567B8A is #A98475. Grayscale: #717171. Windows color (decimal): -11109494 or 9075542. OLE color: 9075542.

HSL color Cylindrical-coordinate representation of color #567B8A: hue angle of 197.31º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #567B8A is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB86123138-
CMYK0.380.1100.46
HSL197.31º23.21%43.92%-
HSV(B)197.31º37.68%54.12%-
XYZ15.5117.9826.7-
YUV113.65141.74108.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.78%
GREEN value IS 123 (48.44% from 255) = 35.45%
BLUE value IS 138 (54.30% from 255) = 39.77%
R=24.78%
G=35.45%
B=39.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal861231380.380.1100.46197.3123.2143.92
Hex567B8A26B02Ec5172c
Octal12617321246130563052754
Binary1010110111101110001010100110101101011101100010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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