#5B916E

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

Shades of Oxley #5B916E

Tints of Oxley #5B916E

Color information

#5B916E (or 0x5B916E) is unknown color: approx Oxley. HEX triplet: 5B, 91 and 6E. RGB value is (91,145,110). Sum of RGB (Red+Green+Blue) = 91+145+110=346 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.30% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 145 - color contains mainly: green. Hex color #5B916E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B916E is #A46E91. Grayscale: #7C7C7C. Windows color (decimal): -10776210 or 7246171. OLE color: 7246171.

HSL color Cylindrical-coordinate representation of color #5B916E: hue angle of 141.11º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B916E is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB91145110-
CMYK0.3700.240.43
HSL141.11º22.88%46.27%-
HSV(B)141.11º37.24%56.86%-
XYZ17.2523.618.4-
YUV124.86119.61103.85-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.30%
GREEN value IS 145 (57.03% from 255) = 41.91%
BLUE value IS 110 (43.36% from 255) = 31.79%
R=26.30%
G=41.91%
B=31.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal911451100.3700.240.43141.1122.8846.27
Hex5B916E250182B8d172e
Octal13322115645030532152756
Binary10110111001000111011101001010110001010111000110110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,145,110); }

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

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

 a { background-color: rgb(91,145,110); }

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

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

 span { border-color: rgb(91,145,110); }

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