#56808B

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

Shades of Hoki #56808B

Tints of Hoki #56808B

Color information

#56808B (or 0x56808B) is unknown color: approx Hoki. HEX triplet: 56, 80 and 8B. RGB value is (86,128,139). Sum of RGB (Red+Green+Blue) = 86+128+139=353 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.36% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 139 - color contains mainly: blue. Hex color #56808B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56808B is #A97F74. Grayscale: #747474. Windows color (decimal): -11108213 or 9142358. OLE color: 9142358.

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

Color convert

RGB86128139-
CMYK0.380.0800.45
HSL192.45º23.56%44.12%-
HSV(B)192.45º38.13%54.51%-
XYZ16.2219.2827.29-
YUV116.7140.59106.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.36%
GREEN value IS 128 (50.39% from 255) = 36.26%
BLUE value IS 139 (54.69% from 255) = 39.38%
R=24.36%
G=36.26%
B=39.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal861281390.380.0800.45192.4523.5644.12
Hex56808B26802Dc0182c
Octal12620021346100553003054
Binary10101101000000010001011100110100001011011100000011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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