#5C906E

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

Shades of Oxley #5C906E

Tints of Oxley #5C906E

Color information

#5C906E (or 0x5C906E) is unknown color: approx Oxley. HEX triplet: 5C, 90 and 6E. RGB value is (92,144,110). Sum of RGB (Red+Green+Blue) = 92+144+110=346 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.59% from 346); Green value is 144 (56.64% from 255 or 41.62% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 144 - color contains mainly: green. Hex color #5C906E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C906E is #A36F91. Grayscale: #7C7C7C. Windows color (decimal): -10710930 or 7245916. OLE color: 7245916.

HSL color Cylindrical-coordinate representation of color #5C906E: hue angle of 140.77º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5C906E is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB92144110-
CMYK0.3600.240.44
HSL140.77º22.03%46.27%-
HSV(B)140.77º36.11%56.47%-
XYZ17.223.3518.35-
YUV124.58119.77104.76-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.59%
GREEN value IS 144 (56.64% from 255) = 41.62%
BLUE value IS 110 (43.36% from 255) = 31.79%
R=26.59%
G=41.62%
B=31.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal921441100.3600.240.44140.7722.0346.27
Hex5C906E240182C8d162e
Octal13422015644030542152656
Binary10111001001000011011101001000110001011001000110110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C906E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,144,110); }

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

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

 a { background-color: rgb(92,144,110); }

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

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

 span { border-color: rgb(92,144,110); }

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