#567d88

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

Shades of Hoki #567D88

Tints of Hoki #567D88

Color information

#567D88 (or 0x567D88) is unknown color: approx Hoki. HEX triplet: 56, 7D and 88. RGB value is (86,125,136). Sum of RGB (Red+Green+Blue) = 86+125+136=347 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.78% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 136 - color contains mainly: blue. Hex color #567D88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567D88 is #A98277. Grayscale: #727272. Windows color (decimal): -11108984 or 8944982. OLE color: 8944982.

HSL color Cylindrical-coordinate representation of color #567D88: hue angle of 193.2º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #567D88 is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB86125136-
CMYK0.370.0800.47
HSL193.2º22.52%43.53%-
HSV(B)193.2º36.76%53.33%-
XYZ15.6218.4226.03-
YUV114.59140.08107.61-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.78%
GREEN value IS 125 (49.22% from 255) = 36.02%
BLUE value IS 136 (53.52% from 255) = 39.19%
R=24.78%
G=36.02%
B=39.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal861251360.370.0800.47193.222.5243.53
Hex567D8825802Fc1172c
Octal12617521045100573012754
Binary1010110111110110001000100101100001011111100000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567d88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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