#56818A

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

Shades of Hoki #56818A

Tints of Hoki #56818A

Color information

#56818A (or 0x56818A) is unknown color: approx Hoki. HEX triplet: 56, 81 and 8A. RGB value is (86,129,138). Sum of RGB (Red+Green+Blue) = 86+129+138=353 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.36% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 138 - color contains mainly: blue. Hex color #56818A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56818A is #A97E75. Grayscale: #757575. Windows color (decimal): -11107958 or 9077078. OLE color: 9077078.

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

Color convert

RGB86129138-
CMYK0.380.0700.46
HSL190.38º23.21%43.92%-
HSV(B)190.38º37.68%54.12%-
XYZ16.2819.5126.95-
YUV117.17139.75105.77-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.36%
GREEN value IS 129 (50.78% from 255) = 36.54%
BLUE value IS 138 (54.30% from 255) = 39.09%
R=24.36%
G=36.54%
B=39.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal861291380.380.0700.46190.3823.2143.92
Hex56818A26702Ebe172c
Octal1262012124670562762754
Binary1010110100000011000101010011011101011101011111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56818A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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