#567D8B

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

Shades of Hoki #567D8B

Tints of Hoki #567D8B

Color information

#567D8B (or 0x567D8B) is unknown color: approx Hoki. HEX triplet: 56, 7D and 8B. RGB value is (86,125,139). Sum of RGB (Red+Green+Blue) = 86+125+139=350 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.57% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 139 - color contains mainly: blue. Hex color #567D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567D8B is #A98274. Grayscale: #727272. Windows color (decimal): -11108981 or 9141590. OLE color: 9141590.

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

Color convert

RGB86125139-
CMYK0.380.1000.45
HSL195.85º23.56%44.12%-
HSV(B)195.85º38.13%54.51%-
XYZ15.8318.5127.16-
YUV114.94141.58107.36-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.57%
GREEN value IS 125 (49.22% from 255) = 35.71%
BLUE value IS 139 (54.69% from 255) = 39.71%
R=24.57%
G=35.71%
B=39.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal861251390.380.1000.45195.8523.5644.12
Hex567D8B26A02Dc4182c
Octal12617521346120553043054
Binary1010110111110110001011100110101001011011100010011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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