Html Css Color HEX #57998A Patina

📋 copy color: '#57998A'

red 87 ◦ green 153 ◦ blue 138

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

Shades of Patina #57998A

Tints of Patina #57998A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.48%

 BLUE value IS 138 (54.3% from 255) = 36.51%

R = 23.02%
G = 40.48%
B = 36.51%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#57998A (or 0x57998A) is known color: Patina. HEX triplet: 57, 99 and 8A. RGB value is (87,153,138). Sum of RGB (Red+Green+Blue) = 87+153+138=378 (50% of max value = 765). Red value is 87 (34.38% from 255 or 23.02% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 153 - color contains mainly: green. Hex color #57998A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57998A is #A86675. Grayscale: #838383. Windows color (decimal): -11036278 or 9083223. OLE color: 9083223.

HSL color Cylindrical-coordinate representation of color #57998A: hue angle of 166.36º degrees, saturation: 0.28, 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 #57998A is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 87 153 138 -
CMYK 0.43 0 0.10 0.4
HSL 166.36º 0.28% 0.47% -
HSV(B) 166.36º 0.43% 0.6% -
XYZ 19.91 26.64 28.14 -
YUV 131.56 131.63 96.22 -
System Red Green Blue C M Y K H S L
Decimal 87 153 138 0.43 0 0.10 0.4 166.36 0.28 0.47
Hex 57 99 8A 2B 0 A 28 A6 1C 2F
Octal 127 231 212 53 0 12 50 246 34 57
Binary 1010111 10011001 10001010 101011 0 1010 101000 10100110 11100 101111

Color Harmonies of #57998A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57998A

Black with #57998A

Text Example


Text Example

White with #57998A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57998A; }

 p { color: rgb(87,153,138); }

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

background-color css

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

 a { background-color: rgb(87,153,138); }

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

border-color css

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

 span { border-color: rgb(87,153,138); }

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