Html Css Color HEX #5FA389 Patina

📋 copy color: '#5FA389'

red 95 ◦ green 163 ◦ blue 137

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

Shades of Patina #5FA389

Tints of Patina #5FA389

RGB

 RED value IS 95 (37.5% from 255) = 24.05%

 GREEN value IS 163 (64.06% from 255) = 41.27%

 BLUE value IS 137 (53.91% from 255) = 34.68%

R = 24.05%
G = 41.27%
B = 34.68%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#5FA389 (or 0x5FA389) is known color: Patina. HEX triplet: 5F, A3 and 89. RGB value is (95,163,137). Sum of RGB (Red+Green+Blue) = 95+163+137=395 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.05% from 395); Green value is 163 (64.06% from 255 or 41.27% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 163 - color contains mainly: green. Hex color #5FA389 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA389 is #A05C76. Grayscale: #8B8B8B. Windows color (decimal): -10509431 or 9020255. OLE color: 9020255.

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

Color convert

RGB 95 163 137 -
CMYK 0.42 0 0.16 0.36
HSL 157.06º 0.27% 0.51% -
HSV(B) 157.06º 0.42% 0.64% -
XYZ 22.33 30.43 28.36 -
YUV 139.7 126.47 96.11 -
System Red Green Blue C M Y K H S L
Decimal 95 163 137 0.42 0 0.16 0.36 157.06 0.27 0.51
Hex 5F A3 89 2A 0 10 24 9D 1B 33
Octal 137 243 211 52 0 20 44 235 33 63
Binary 1011111 10100011 10001001 101010 0 10000 100100 10011101 11011 110011

Color Harmonies of #5FA389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA389

Black with #5FA389

Text Example


Text Example

White with #5FA389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,163,137); }

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

background-color css

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

 a { background-color: rgb(95,163,137); }

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

border-color css

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

 span { border-color: rgb(95,163,137); }

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