#5DA169

Color #5DA169 Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #5DA169

Tints of Oxley #5DA169

Color information

#5DA169 (or 0x5DA169) is unknown color: approx Oxley. HEX triplet: 5D, A1 and 69. RGB value is (93,161,105). Sum of RGB (Red+Green+Blue) = 93+161+105=359 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.91% from 359); Green value is 161 (63.28% from 255 or 44.85% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA169 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA169 is #A25E96. Grayscale: #868686. Windows color (decimal): -10641047 or 6922589. OLE color: 6922589.

HSL color Cylindrical-coordinate representation of color #5DA169: hue angle of 130.59º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5DA169 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB93161105-
CMYK0.4200.350.37
HSL130.59º26.77%49.8%-
HSV(B)130.59º42.24%63.14%-
XYZ19.8128.8417.89-
YUV134.28111.4798.55-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.91%
GREEN value IS 161 (63.28% from 255) = 44.85%
BLUE value IS 105 (41.41% from 255) = 29.25%
R=25.91%
G=44.85%
B=29.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal931611050.4200.350.37130.5926.7749.8
Hex5DA1692A02325831b32
Octal13524115152043452033362
Binary101110110100001110100110101001000111001011000001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,161,105); }

 H1.HeaderClassName
 {
   color: #5DA169;
 }
 .AnyTagClassName
 {
   color: #5DA169;
 }
</style>
background-color css

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

 a { background-color: rgb(93,161,105); }

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

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

 span { border-color: rgb(93,161,105); }

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