Html Css Color HEX #579884 Patina

📋 copy color: '#579884'

red 87 ◦ green 152 ◦ blue 132

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

Shades of Patina #579884

Tints of Patina #579884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.58%

R = 23.45%
G = 40.97%
B = 35.58%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#579884 (or 0x579884) is known color: Patina. HEX triplet: 57, 98 and 84. RGB value is (87,152,132). Sum of RGB (Red+Green+Blue) = 87+152+132=371 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.45% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 152 - color contains mainly: green. Hex color #579884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #579884 is #A8677B. Grayscale: #828282. Windows color (decimal): -11036540 or 8689751. OLE color: 8689751.

HSL color Cylindrical-coordinate representation of color #579884: hue angle of 161.54º 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 #579884 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB 87 152 132 -
CMYK 0.43 0 0.13 0.40
HSL 161.54º 0.27% 0.47% -
HSV(B) 161.54º 0.43% 0.6% -
XYZ 19.32 26.15 25.86 -
YUV 130.29 128.97 97.13 -
System Red Green Blue C M Y K H S L
Decimal 87 152 132 0.43 0 0.13 0.40 161.54 0.27 0.47
Hex 57 98 84 2B 0 D 28 A2 1B 2F
Octal 127 230 204 53 0 15 50 242 33 57
Binary 1010111 10011000 10000100 101011 0 1101 101000 10100010 11011 101111

Color Harmonies of #579884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #579884

Black with #579884

Text Example


Text Example

White with #579884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #579884; }

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

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

background-color css

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

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

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

border-color css

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

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

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