Html Css Color HEX #5D9171 Oxley

📋 copy color: '#5D9171'

red 93 ◦ green 145 ◦ blue 113

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

Shades of Oxley #5D9171

Tints of Oxley #5D9171

RGB

 RED value IS 93 (36.72% from 255) = 26.5%

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

 BLUE value IS 113 (44.53% from 255) = 32.19%

R = 26.5%
G = 41.31%
B = 32.19%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#5D9171 (or 0x5D9171) is known color: Oxley. HEX triplet: 5D, 91 and 71. RGB value is (93,145,113). Sum of RGB (Red+Green+Blue) = 93+145+113=351 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.50% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 145 - color contains mainly: green. Hex color #5D9171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9171 is #A26E8E. Grayscale: #7D7D7D. Windows color (decimal): -10645135 or 7442781. OLE color: 7442781.

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

Color convert

RGB 93 145 113 -
CMYK 0.36 0 0.22 0.43
HSL 143.08º 0.22% 0.47% -
HSV(B) 143.08º 0.36% 0.57% -
XYZ 17.62 23.77 19.28 -
YUV 125.8 120.77 104.6 -
System Red Green Blue C M Y K H S L
Decimal 93 145 113 0.36 0 0.22 0.43 143.08 0.22 0.47
Hex 5D 91 71 24 0 16 2B 8F 16 2F
Octal 135 221 161 44 0 26 53 217 26 57
Binary 1011101 10010001 1110001 100100 0 10110 101011 10001111 10110 101111

Color Harmonies of #5D9171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9171

Black with #5D9171

Text Example


Text Example

White with #5D9171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,145,113); }

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

background-color css

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

 a { background-color: rgb(93,145,113); }

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

border-color css

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

 span { border-color: rgb(93,145,113); }

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