Html Css Color HEX #5F8A7E Patina

📋 copy color: '#5F8A7E'

red 95 ◦ green 138 ◦ blue 126

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

Shades of Patina #5F8A7E

Tints of Patina #5F8A7E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.44%

 BLUE value IS 126 (49.61% from 255) = 35.1%

R = 26.46%
G = 38.44%
B = 35.1%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#5F8A7E (or 0x5F8A7E) is known color: Patina. HEX triplet: 5F, 8A and 7E. RGB value is (95,138,126). Sum of RGB (Red+Green+Blue) = 95+138+126=359 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.46% from 359); Green value is 138 (54.30% from 255 or 38.44% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 138 - color contains mainly: green. Hex color #5F8A7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F8A7E is #A07581. Grayscale: #7B7B7B. Windows color (decimal): -10515842 or 8292959. OLE color: 8292959.

HSL color Cylindrical-coordinate representation of color #5F8A7E: hue angle of 163.26º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5F8A7E is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 95 138 126 -
CMYK 0.31 0 0.09 0.46
HSL 163.26º 0.18% 0.46% -
HSV(B) 163.26º 0.31% 0.54% -
XYZ 17.57 22.12 23.08 -
YUV 123.78 129.25 107.48 -
System Red Green Blue C M Y K H S L
Decimal 95 138 126 0.31 0 0.09 0.46 163.26 0.18 0.46
Hex 5F 8A 7E 1F 0 9 2E A3 12 2E
Octal 137 212 176 37 0 11 56 243 22 56
Binary 1011111 10001010 1111110 11111 0 1001 101110 10100011 10010 101110

Color Harmonies of #5F8A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F8A7E

Black with #5F8A7E

Text Example


Text Example

White with #5F8A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,138,126); }

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

background-color css

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

 a { background-color: rgb(95,138,126); }

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

border-color css

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

 span { border-color: rgb(95,138,126); }

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