Html Css Color HEX #5A9D83 Patina

📋 copy color: '#5A9D83'

red 90 ◦ green 157 ◦ blue 131

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

Shades of Patina #5A9D83

Tints of Patina #5A9D83

RGB

 RED value IS 90 (35.55% from 255) = 23.81%

 GREEN value IS 157 (61.72% from 255) = 41.53%

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

R = 23.81%
G = 41.53%
B = 34.66%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#5A9D83 (or 0x5A9D83) is known color: Patina. HEX triplet: 5A, 9D and 83. RGB value is (90,157,131). Sum of RGB (Red+Green+Blue) = 90+157+131=378 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.81% from 378); Green value is 157 (61.72% from 255 or 41.53% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 157 - color contains mainly: green. Hex color #5A9D83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A9D83 is #A5627C. Grayscale: #868686. Windows color (decimal): -10838653 or 8625498. OLE color: 8625498.

HSL color Cylindrical-coordinate representation of color #5A9D83: hue angle of 156.72º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A9D83 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB 90 157 131 -
CMYK 0.43 0 0.17 0.38
HSL 156.72º 0.27% 0.48% -
HSV(B) 156.72º 0.43% 0.62% -
XYZ 20.37 27.93 25.79 -
YUV 134 126.3 96.61 -
System Red Green Blue C M Y K H S L
Decimal 90 157 131 0.43 0 0.17 0.38 156.72 0.27 0.48
Hex 5A 9D 83 2B 0 11 26 9D 1B 30
Octal 132 235 203 53 0 21 46 235 33 60
Binary 1011010 10011101 10000011 101011 0 10001 100110 10011101 11011 110000

Color Harmonies of #5A9D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9D83

Black with #5A9D83

Text Example


Text Example

White with #5A9D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A9D83; }

 p { color: rgb(90,157,131); }

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

background-color css

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

 a { background-color: rgb(90,157,131); }

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

border-color css

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

 span { border-color: rgb(90,157,131); }

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