#567A8B

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

Shades of Hoki #567A8B

Tints of Hoki #567A8B

Color information

#567A8B (or 0x567A8B) is unknown color: approx Hoki. HEX triplet: 56, 7A and 8B. RGB value is (86,122,139). Sum of RGB (Red+Green+Blue) = 86+122+139=347 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.78% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 139 - color contains mainly: blue. Hex color #567A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567A8B is #A98574. Grayscale: #717171. Windows color (decimal): -11109749 or 9140822. OLE color: 9140822.

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

Color convert

RGB86122139-
CMYK0.380.1200.45
HSL199.25º23.56%44.12%-
HSV(B)199.25º38.13%54.51%-
XYZ15.4617.7627.04-
YUV113.17142.57108.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.78%
GREEN value IS 122 (48.05% from 255) = 35.16%
BLUE value IS 139 (54.69% from 255) = 40.06%
R=24.78%
G=35.16%
B=40.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal861221390.380.1200.45199.2523.5644.12
Hex567A8B26C02Dc7182c
Octal12617221346140553073054
Binary1010110111101010001011100110110001011011100011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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