Html Css Color HEX #5A8B7F Patina

📋 copy color: '#5A8B7F'

red 90 ◦ green 139 ◦ blue 127

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

Shades of Patina #5A8B7F

Tints of Patina #5A8B7F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.04%

 BLUE value IS 127 (50% from 255) = 35.67%

R = 25.28%
G = 39.04%
B = 35.67%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#5A8B7F (or 0x5A8B7F) is known color: Patina. HEX triplet: 5A, 8B and 7F. RGB value is (90,139,127). Sum of RGB (Red+Green+Blue) = 90+139+127=356 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.28% from 356); Green value is 139 (54.69% from 255 or 39.04% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 139 - color contains mainly: green. Hex color #5A8B7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A8B7F is #A57480. Grayscale: #7A7A7A. Windows color (decimal): -10843265 or 8358746. OLE color: 8358746.

HSL color Cylindrical-coordinate representation of color #5A8B7F: hue angle of 165.31º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5A8B7F is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 90 139 127 -
CMYK 0.35 0 0.09 0.45
HSL 165.31º 0.21% 0.45% -
HSV(B) 165.31º 0.35% 0.55% -
XYZ 17.28 22.17 23.45 -
YUV 122.98 130.27 104.48 -
System Red Green Blue C M Y K H S L
Decimal 90 139 127 0.35 0 0.09 0.45 165.31 0.21 0.45
Hex 5A 8B 7F 23 0 9 2D A5 15 2D
Octal 132 213 177 43 0 11 55 245 25 55
Binary 1011010 10001011 1111111 100011 0 1001 101101 10100101 10101 101101

Color Harmonies of #5A8B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A8B7F

Black with #5A8B7F

Text Example


Text Example

White with #5A8B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,139,127); }

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

background-color css

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

 a { background-color: rgb(90,139,127); }

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

border-color css

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

 span { border-color: rgb(90,139,127); }

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