#56808A

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

Shades of Hoki #56808A

Tints of Hoki #56808A

Color information

#56808A (or 0x56808A) is unknown color: approx Hoki. HEX triplet: 56, 80 and 8A. RGB value is (86,128,138). Sum of RGB (Red+Green+Blue) = 86+128+138=352 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.43% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 138 - color contains mainly: blue. Hex color #56808A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56808A is #A97F75. Grayscale: #747474. Windows color (decimal): -11108214 or 9076822. OLE color: 9076822.

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

Color convert

RGB86128138-
CMYK0.380.0700.46
HSL191.54º23.21%43.92%-
HSV(B)191.54º37.68%54.12%-
XYZ16.1419.2526.91-
YUV116.58140.09106.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.43%
GREEN value IS 128 (50.39% from 255) = 36.36%
BLUE value IS 138 (54.30% from 255) = 39.20%
R=24.43%
G=36.36%
B=39.20%

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
Decimal861281380.380.0700.46191.5423.2143.92
Hex56808A26702Ec0172c
Octal1262002124670563002754
Binary1010110100000001000101010011011101011101100000010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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