Html Css Color HEX #579483 Patina

📋 copy color: '#579483'

red 87 ◦ green 148 ◦ blue 131

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

Shades of Patina #579483

Tints of Patina #579483

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.44%

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

R = 23.77%
G = 40.44%
B = 35.79%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#579483 (or 0x579483) is known color: Patina. HEX triplet: 57, 94 and 83. RGB value is (87,148,131). Sum of RGB (Red+Green+Blue) = 87+148+131=366 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.77% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 148 - color contains mainly: green. Hex color #579483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579483 is #A86B7C. Grayscale: #7F7F7F. Windows color (decimal): -11037565 or 8623191. OLE color: 8623191.

HSL color Cylindrical-coordinate representation of color #579483: hue angle of 163.28º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #579483 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 87 148 131 -
CMYK 0.41 0 0.11 0.42
HSL 163.28º 0.26% 0.46% -
HSV(B) 163.28º 0.41% 0.58% -
XYZ 18.62 24.84 25.29 -
YUV 127.82 129.79 98.88 -
System Red Green Blue C M Y K H S L
Decimal 87 148 131 0.41 0 0.11 0.42 163.28 0.26 0.46
Hex 57 94 83 29 0 B 2A A3 1A 2E
Octal 127 224 203 51 0 13 52 243 32 56
Binary 1010111 10010100 10000011 101001 0 1011 101010 10100011 11010 101110

Color Harmonies of #579483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #579483

Black with #579483

Text Example


Text Example

White with #579483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #579483; }

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

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

background-color css

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

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

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

border-color css

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

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

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