#56828B

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

Shades of Hoki #56828B

Tints of Hoki #56828B

Color information

#56828B (or 0x56828B) is unknown color: approx Hoki. HEX triplet: 56, 82 and 8B. RGB value is (86,130,139). Sum of RGB (Red+Green+Blue) = 86+130+139=355 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.23% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 139 - color contains mainly: blue. Hex color #56828B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56828B is #A97D74. Grayscale: #757575. Windows color (decimal): -11107701 or 9142870. OLE color: 9142870.

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

Color convert

RGB86130139-
CMYK0.380.0600.45
HSL190.19º23.56%44.12%-
HSV(B)190.19º38.13%54.51%-
XYZ16.4819.8127.38-
YUV117.87139.92105.27-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.23%
GREEN value IS 130 (51.17% from 255) = 36.62%
BLUE value IS 139 (54.69% from 255) = 39.15%
R=24.23%
G=36.62%
B=39.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal861301390.380.0600.45190.1923.5644.12
Hex56828B26602Dbe182c
Octal1262022134660552763054
Binary1010110100000101000101110011011001011011011111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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