#56828D

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

Shades of Horizon #56828D

Tints of Horizon #56828D

Color information

#56828D (or 0x56828D) is unknown color: approx Horizon. HEX triplet: 56, 82 and 8D. RGB value is (86,130,141). Sum of RGB (Red+Green+Blue) = 86+130+141=357 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.09% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 141 - color contains mainly: blue. Hex color #56828D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56828D is #A97D72. Grayscale: #767676. Windows color (decimal): -11107699 or 9273942. OLE color: 9273942.

HSL color Cylindrical-coordinate representation of color #56828D: hue angle of 192º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #56828D is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB86130141-
CMYK0.390.0800.45
HSL192º24.23%44.51%-
HSV(B)192º39.01%55.29%-
XYZ16.6319.8728.16-
YUV118.1140.92105.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.09%
GREEN value IS 130 (51.17% from 255) = 36.41%
BLUE value IS 141 (55.47% from 255) = 39.50%
R=24.09%
G=36.41%
B=39.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal861301410.390.0800.4519224.2344.51
Hex56828D27802Dc0182d
Octal12620221547100553003055
Binary10101101000001010001101100111100001011011100000011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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