#57828E

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

Shades of Horizon #57828E

Tints of Horizon #57828E

Color information

#57828E (or 0x57828E) is unknown color: approx Horizon. HEX triplet: 57, 82 and 8E. RGB value is (87,130,142). Sum of RGB (Red+Green+Blue) = 87+130+142=359 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.23% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 142 - color contains mainly: blue. Hex color #57828E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57828E is #A87D71. Grayscale: #767676. Windows color (decimal): -11042162 or 9339479. OLE color: 9339479.

HSL color Cylindrical-coordinate representation of color #57828E: hue angle of 193.09º degrees, saturation: 0.24, 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 #57828E is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB87130142-
CMYK0.390.0800.44
HSL193.09º24.02%44.9%-
HSV(B)193.09º38.73%55.69%-
XYZ16.819.9428.56-
YUV118.51141.25105.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.23%
GREEN value IS 130 (51.17% from 255) = 36.21%
BLUE value IS 142 (55.86% from 255) = 39.55%
R=24.23%
G=36.21%
B=39.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal871301420.390.0800.44193.0924.0244.9
Hex57828E27802Cc1182d
Octal12720221647100543013055
Binary10101111000001010001110100111100001011001100000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,130,142); }

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

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

 a { background-color: rgb(87,130,142); }

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

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

 span { border-color: rgb(87,130,142); }

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