#56818B

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

Shades of Hoki #56818B

Tints of Hoki #56818B

Color information

#56818B (or 0x56818B) is unknown color: approx Hoki. HEX triplet: 56, 81 and 8B. RGB value is (86,129,139). Sum of RGB (Red+Green+Blue) = 86+129+139=354 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.29% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 139 - color contains mainly: blue. Hex color #56818B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56818B is #A97E74. Grayscale: #757575. Windows color (decimal): -11107957 or 9142614. OLE color: 9142614.

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

Color convert

RGB86129139-
CMYK0.380.0700.45
HSL191.32º23.56%44.12%-
HSV(B)191.32º38.13%54.51%-
XYZ16.3519.5427.34-
YUV117.28140.25105.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.29%
GREEN value IS 129 (50.78% from 255) = 36.44%
BLUE value IS 139 (54.69% from 255) = 39.27%
R=24.29%
G=36.44%
B=39.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal861291390.380.0700.45191.3223.5644.12
Hex56818B26702Dbf182c
Octal1262012134670552773054
Binary1010110100000011000101110011011101011011011111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56818B; }

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

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

<style>
 a { background-color: #56818B; }

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

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

<style>
 span { border-color: #56818B; }

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

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