Html Css Color HEX #5F9184 Patina

📋 copy color: '#5F9184'

red 95 ◦ green 145 ◦ blue 132

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

Shades of Patina #5F9184

Tints of Patina #5F9184

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.98%

 BLUE value IS 132 (51.95% from 255) = 35.48%

R = 25.54%
G = 38.98%
B = 35.48%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#5F9184 (or 0x5F9184) is known color: Patina. HEX triplet: 5F, 91 and 84. RGB value is (95,145,132). Sum of RGB (Red+Green+Blue) = 95+145+132=372 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.54% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 145 - color contains mainly: green. Hex color #5F9184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F9184 is #A06E7B. Grayscale: #808080. Windows color (decimal): -10514044 or 8687967. OLE color: 8687967.

HSL color Cylindrical-coordinate representation of color #5F9184: hue angle of 164.4º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5F9184 is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB 95 145 132 -
CMYK 0.34 0 0.09 0.43
HSL 164.4º 0.21% 0.47% -
HSV(B) 164.4º 0.34% 0.57% -
XYZ 19.01 24.35 25.53 -
YUV 128.57 129.94 104.06 -
System Red Green Blue C M Y K H S L
Decimal 95 145 132 0.34 0 0.09 0.43 164.4 0.21 0.47
Hex 5F 91 84 22 0 9 2B A4 15 2F
Octal 137 221 204 42 0 11 53 244 25 57
Binary 1011111 10010001 10000100 100010 0 1001 101011 10100100 10101 101111

Color Harmonies of #5F9184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9184

Black with #5F9184

Text Example


Text Example

White with #5F9184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,145,132); }

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

background-color css

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

 a { background-color: rgb(95,145,132); }

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

border-color css

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

 span { border-color: rgb(95,145,132); }

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