Html Css Color HEX #579886 Patina

📋 copy color: '#579886'

red 87 ◦ green 152 ◦ blue 134

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

Shades of Patina #579886

Tints of Patina #579886

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.75%

 BLUE value IS 134 (52.73% from 255) = 35.92%

R = 23.32%
G = 40.75%
B = 35.92%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#579886 (or 0x579886) is known color: Patina. HEX triplet: 57, 98 and 86. RGB value is (87,152,134). Sum of RGB (Red+Green+Blue) = 87+152+134=373 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.32% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 152 - color contains mainly: green. Hex color #579886 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579886 is #A86779. Grayscale: #828282. Windows color (decimal): -11036538 or 8820823. OLE color: 8820823.

HSL color Cylindrical-coordinate representation of color #579886: hue angle of 163.38º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #579886 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB 87 152 134 -
CMYK 0.43 0 0.12 0.40
HSL 163.38º 0.27% 0.47% -
HSV(B) 163.38º 0.43% 0.6% -
XYZ 19.46 26.2 26.59 -
YUV 130.51 129.97 96.96 -
System Red Green Blue C M Y K H S L
Decimal 87 152 134 0.43 0 0.12 0.40 163.38 0.27 0.47
Hex 57 98 86 2B 0 C 28 A3 1B 2F
Octal 127 230 206 53 0 14 50 243 33 57
Binary 1010111 10011000 10000110 101011 0 1100 101000 10100011 11011 101111

Color Harmonies of #579886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #579886

Black with #579886

Text Example


Text Example

White with #579886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #579886; }

 p { color: rgb(87,152,134); }

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

background-color css

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

 a { background-color: rgb(87,152,134); }

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

border-color css

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

 span { border-color: rgb(87,152,134); }

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