#56818E

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

Shades of Horizon #56818E

Tints of Horizon #56818E

Color information

#56818E (or 0x56818E) is unknown color: approx Horizon. HEX triplet: 56, 81 and 8E. RGB value is (86,129,142). Sum of RGB (Red+Green+Blue) = 86+129+142=357 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.09% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 142 - color contains mainly: blue. Hex color #56818E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56818E is #A97E71. Grayscale: #757575. Windows color (decimal): -11107954 or 9339222. OLE color: 9339222.

HSL color Cylindrical-coordinate representation of color #56818E: hue angle of 193.93º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #56818E is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB86129142-
CMYK0.390.0900.44
HSL193.93º24.56%44.71%-
HSV(B)193.93º39.44%55.69%-
XYZ16.5719.6328.51-
YUV117.62141.75105.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.09%
GREEN value IS 129 (50.78% from 255) = 36.13%
BLUE value IS 142 (55.86% from 255) = 39.78%
R=24.09%
G=36.13%
B=39.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal861291420.390.0900.44193.9324.5644.71
Hex56818E27902Cc2192d
Octal12620121647110543023155
Binary10101101000000110001110100111100101011001100001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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