#5A926D

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

Shades of Oxley #5A926D

Tints of Oxley #5A926D

Color information

#5A926D (or 0x5A926D) is unknown color: approx Oxley. HEX triplet: 5A, 92 and 6D. RGB value is (90,146,109). Sum of RGB (Red+Green+Blue) = 90+146+109=345 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.09% from 345); Green value is 146 (57.42% from 255 or 42.32% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 146 - color contains mainly: green. Hex color #5A926D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A926D is #A56D92. Grayscale: #7D7D7D. Windows color (decimal): -10841491 or 7180890. OLE color: 7180890.

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

Color convert

RGB90146109-
CMYK0.3800.250.43
HSL140.36º23.73%46.27%-
HSV(B)140.36º38.36%57.25%-
XYZ17.2623.8418.16-
YUV125.04118.95103.01-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.09%
GREEN value IS 146 (57.42% from 255) = 42.32%
BLUE value IS 109 (42.97% from 255) = 31.59%
R=26.09%
G=42.32%
B=31.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal901461090.3800.250.43140.3623.7346.27
Hex5A926D260192B8c182e
Octal13222215546031532143056
Binary10110101001001011011011001100110011010111000110011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A926D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,146,109); }

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

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

 a { background-color: rgb(90,146,109); }

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

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

 span { border-color: rgb(90,146,109); }

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