#36595D

Color #36595D Oracle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oracle #36595D

Tints of Oracle #36595D

Color information

#36595D (or 0x36595D) is unknown color: approx Oracle. HEX triplet: 36, 59 and 5D. RGB value is (54,89,93). Sum of RGB (Red+Green+Blue) = 54+89+93=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 93 - color contains mainly: blue. Hex color #36595D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36595D is #C9A6A2. Grayscale: #4E4E4E. Windows color (decimal): -13215395 or 6117686. OLE color: 6117686.

HSL color Cylindrical-coordinate representation of color #36595D: hue angle of 186.15º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #36595D is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB548993-
CMYK0.420.0400.64
HSL186.15º26.53%28.82%-
HSV(B)186.15º41.94%36.47%-
XYZ7.078.7211.67-
YUV78.99135.9110.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.88%
GREEN value IS 89 (35.16% from 255) = 37.71%
BLUE value IS 93 (36.72% from 255) = 39.41%
R=22.88%
G=37.71%
B=39.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5489930.420.0400.64186.1526.5328.82
Hex36595D2A4040ba1b1d
Octal6613113552401002723335
Binary1101101011001101110110101010001000000101110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36595D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36595D; }

 p { color: rgb(54,89,93); }

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

<style>
 a { background-color: #36595D; }

 a { background-color: rgb(54,89,93); }

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

<style>
 span { border-color: #36595D; }

 span { border-color: rgb(54,89,93); }

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