Html Css Color HEX #5FA687 Patina

📋 copy color: '#5FA687'

red 95 ◦ green 166 ◦ blue 135

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

Shades of Patina #5FA687

Tints of Patina #5FA687

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.92%

 BLUE value IS 135 (53.13% from 255) = 34.09%

R = 23.99%
G = 41.92%
B = 34.09%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#5FA687 (or 0x5FA687) is known color: Patina. HEX triplet: 5F, A6 and 87. RGB value is (95,166,135). Sum of RGB (Red+Green+Blue) = 95+166+135=396 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.99% from 396); Green value is 166 (65.23% from 255 or 41.92% from 396); Blue value is 135 (53.12% from 255 or 34.09% from 396); Max value from RGB is 166 - color contains mainly: green. Hex color #5FA687 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA687 is #A05978. Grayscale: #8D8D8D. Windows color (decimal): -10508665 or 8889951. OLE color: 8889951.

HSL color Cylindrical-coordinate representation of color #5FA687: hue angle of 153.8º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5FA687 is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 95 166 135 -
CMYK 0.43 0 0.19 0.35
HSL 153.8º 0.29% 0.51% -
HSV(B) 153.8º 0.43% 0.65% -
XYZ 22.73 31.45 27.8 -
YUV 141.24 124.48 95.02 -
System Red Green Blue C M Y K H S L
Decimal 95 166 135 0.43 0 0.19 0.35 153.8 0.29 0.51
Hex 5F A6 87 2B 0 13 23 9A 1D 33
Octal 137 246 207 53 0 23 43 232 35 63
Binary 1011111 10100110 10000111 101011 0 10011 100011 10011010 11101 110011

Color Harmonies of #5FA687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA687

Black with #5FA687

Text Example


Text Example

White with #5FA687

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,166,135); }

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

background-color css

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

 a { background-color: rgb(95,166,135); }

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

border-color css

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

 span { border-color: rgb(95,166,135); }

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