Html Css Color HEX #57828F Horizon

📋 copy color: '#57828F'

red 87 ◦ green 130 ◦ blue 143

#57828F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Horizon #57828F

Tints of Horizon #57828F

RGB

 RED value IS 87 (34.38% from 255) = 24.17%

 GREEN value IS 130 (51.17% from 255) = 36.11%

 BLUE value IS 143 (56.25% from 255) = 39.72%

R = 24.17%
G = 36.11%
B = 39.72%

CMYK

 C value IS 0.39

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#57828F (or 0x57828F) is known color: Horizon. HEX triplet: 57, 82 and 8F. RGB value is (87,130,143). Sum of RGB (Red+Green+Blue) = 87+130+143=360 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.17% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 143 - color contains mainly: blue. Hex color #57828F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57828F is #A87D70. Grayscale: #767676. Windows color (decimal): -11042161 or 9405015. OLE color: 9405015.

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

Color convert

RGB 87 130 143 -
CMYK 0.39 0.09 0 0.44
HSL 193.93º 0.24% 0.45% -
HSV(B) 193.93º 0.39% 0.56% -
XYZ 16.87 19.97 28.95 -
YUV 118.63 141.75 105.44 -
System Red Green Blue C M Y K H S L
Decimal 87 130 143 0.39 0.09 0 0.44 193.93 0.24 0.45
Hex 57 82 8F 27 9 0 2C C2 18 2D
Octal 127 202 217 47 11 0 54 302 30 55
Binary 1010111 10000010 10001111 100111 1001 0 101100 11000010 11000 101101

Color Harmonies of #57828F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57828F

Black with #57828F

Text Example


Text Example

White with #57828F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #57828F;
 }
 .AnyTagClassName
 {
   color: #57828F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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