Html Css Color HEX #579283 Patina

📋 copy color: '#579283'

red 87 ◦ green 146 ◦ blue 131

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

Shades of Patina #579283

Tints of Patina #579283

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.11%

 BLUE value IS 131 (51.56% from 255) = 35.99%

R = 23.9%
G = 40.11%
B = 35.99%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#579283 (or 0x579283) is known color: Patina. HEX triplet: 57, 92 and 83. RGB value is (87,146,131). Sum of RGB (Red+Green+Blue) = 87+146+131=364 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.90% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 146 - color contains mainly: green. Hex color #579283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579283 is #A86D7C. Grayscale: #7E7E7E. Windows color (decimal): -11038077 or 8622679. OLE color: 8622679.

HSL color Cylindrical-coordinate representation of color #579283: hue angle of 164.75º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #579283 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 87 146 131 -
CMYK 0.40 0 0.10 0.43
HSL 164.75º 0.25% 0.46% -
HSV(B) 164.75º 0.4% 0.57% -
XYZ 18.31 24.22 25.18 -
YUV 126.65 130.45 99.72 -
System Red Green Blue C M Y K H S L
Decimal 87 146 131 0.40 0 0.10 0.43 164.75 0.25 0.46
Hex 57 92 83 28 0 A 2B A5 19 2E
Octal 127 222 203 50 0 12 53 245 31 56
Binary 1010111 10010010 10000011 101000 0 1010 101011 10100101 11001 101110

Color Harmonies of #579283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #579283

Black with #579283

Text Example


Text Example

White with #579283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #579283; }

 p { color: rgb(87,146,131); }

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

background-color css

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

 a { background-color: rgb(87,146,131); }

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

border-color css

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

 span { border-color: rgb(87,146,131); }

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