#57828D

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

Shades of Horizon #57828D

Tints of Horizon #57828D

Color information

#57828D (or 0x57828D) is unknown color: approx Horizon. HEX triplet: 57, 82 and 8D. RGB value is (87,130,141). Sum of RGB (Red+Green+Blue) = 87+130+141=358 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.30% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 141 - color contains mainly: blue. Hex color #57828D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57828D is #A87D72. Grayscale: #767676. Windows color (decimal): -11042163 or 9273943. OLE color: 9273943.

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

Color convert

RGB87130141-
CMYK0.380.0800.45
HSL192.22º23.68%44.71%-
HSV(B)192.22º38.3%55.29%-
XYZ16.7219.9128.16-
YUV118.4140.75105.61-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.30%
GREEN value IS 130 (51.17% from 255) = 36.31%
BLUE value IS 141 (55.47% from 255) = 39.39%
R=24.30%
G=36.31%
B=39.39%

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
Decimal871301410.380.0800.45192.2223.6844.71
Hex57828D26802Dc0182d
Octal12720221546100553003055
Binary10101111000001010001101100110100001011011100000011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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