Html Css Color HEX #5A9C83 Patina

📋 copy color: '#5A9C83'

red 90 ◦ green 156 ◦ blue 131

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

Shades of Patina #5A9C83

Tints of Patina #5A9C83

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.38%

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

R = 23.87%
G = 41.38%
B = 34.75%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.16

 K value IS 0.39

RGB Variations

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

Color information

#5A9C83 (or 0x5A9C83) is known color: Patina. HEX triplet: 5A, 9C and 83. RGB value is (90,156,131). Sum of RGB (Red+Green+Blue) = 90+156+131=377 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.87% from 377); Green value is 156 (61.33% from 255 or 41.38% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 156 - color contains mainly: green. Hex color #5A9C83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A9C83 is #A5637C. Grayscale: #858585. Windows color (decimal): -10838909 or 8625242. OLE color: 8625242.

HSL color Cylindrical-coordinate representation of color #5A9C83: hue angle of 157.27º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A9C83 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.

Color convert

RGB 90 156 131 -
CMYK 0.42 0 0.16 0.39
HSL 157.27º 0.27% 0.48% -
HSV(B) 157.27º 0.42% 0.61% -
XYZ 20.2 27.59 25.73 -
YUV 133.42 126.63 97.03 -
System Red Green Blue C M Y K H S L
Decimal 90 156 131 0.42 0 0.16 0.39 157.27 0.27 0.48
Hex 5A 9C 83 2A 0 10 27 9D 1B 30
Octal 132 234 203 52 0 20 47 235 33 60
Binary 1011010 10011100 10000011 101010 0 10000 100111 10011101 11011 110000

Color Harmonies of #5A9C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9C83

Black with #5A9C83

Text Example


Text Example

White with #5A9C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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