Html Css Color HEX #579083 Patina

📋 copy color: '#579083'

red 87 ◦ green 144 ◦ blue 131

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

Shades of Patina #579083

Tints of Patina #579083

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.78%

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

R = 24.03%
G = 39.78%
B = 36.19%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#579083 (or 0x579083) is known color: Patina. HEX triplet: 57, 90 and 83. RGB value is (87,144,131). Sum of RGB (Red+Green+Blue) = 87+144+131=362 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.03% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 131 (51.56% from 255 or 36.19% from 362); Max value from RGB is 144 - color contains mainly: green. Hex color #579083 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579083 is #A86F7C. Grayscale: #7D7D7D. Windows color (decimal): -11038589 or 8622167. OLE color: 8622167.

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

Color convert

RGB 87 144 131 -
CMYK 0.40 0 0.09 0.44
HSL 166.32º 0.25% 0.45% -
HSV(B) 166.32º 0.4% 0.56% -
XYZ 18 23.61 25.08 -
YUV 125.48 131.12 100.56 -
System Red Green Blue C M Y K H S L
Decimal 87 144 131 0.40 0 0.09 0.44 166.32 0.25 0.45
Hex 57 90 83 28 0 9 2C A6 19 2D
Octal 127 220 203 50 0 11 54 246 31 55
Binary 1010111 10010000 10000011 101000 0 1001 101100 10100110 11001 101101

Color Harmonies of #579083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #579083

Black with #579083

Text Example


Text Example

White with #579083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #579083; }

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

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

background-color css

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

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

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

border-color css

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

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

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