#5A9B6E

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

Shades of Oxley #5A9B6E

Tints of Oxley #5A9B6E

Color information

#5A9B6E (or 0x5A9B6E) is unknown color: approx Oxley. HEX triplet: 5A, 9B and 6E. RGB value is (90,155,110). Sum of RGB (Red+Green+Blue) = 90+155+110=355 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.35% from 355); Green value is 155 (60.94% from 255 or 43.66% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 155 - color contains mainly: green. Hex color #5A9B6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9B6E is #A56491. Grayscale: #828282. Windows color (decimal): -10839186 or 7248730. OLE color: 7248730.

HSL color Cylindrical-coordinate representation of color #5A9B6E: hue angle of 138.46º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A9B6E is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB90155110-
CMYK0.4200.290.39
HSL138.46º26.53%48.04%-
HSV(B)138.46º41.94%60.78%-
XYZ18.7526.7418.93-
YUV130.44116.4799.16-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.35%
GREEN value IS 155 (60.94% from 255) = 43.66%
BLUE value IS 110 (43.36% from 255) = 30.99%
R=25.35%
G=43.66%
B=30.99%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal901551100.4200.290.39138.4626.5348.04
Hex5A9B6E2A01D278a1b30
Octal13223315652035472123360
Binary10110101001101111011101010100111011001111000101011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,155,110); }

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

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

 a { background-color: rgb(90,155,110); }

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

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

 span { border-color: rgb(90,155,110); }

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