#40595B

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

Shades of Oracle #40595B

Tints of Oracle #40595B

Color information

#40595B (or 0x40595B) is unknown color: approx Oracle. HEX triplet: 40, 59 and 5B. RGB value is (64,89,91). Sum of RGB (Red+Green+Blue) = 64+89+91=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 91 - color contains mainly: blue. Hex color #40595B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40595B is #BFA6A4. Grayscale: #515151. Windows color (decimal): -12560037 or 5986624. OLE color: 5986624.

HSL color Cylindrical-coordinate representation of color #40595B: hue angle of 184.44º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #40595B is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB648991-
CMYK0.300.0200.64
HSL184.44º17.42%30.39%-
HSV(B)184.44º29.67%35.69%-
XYZ7.588.9911.23-
YUV81.75133.22115.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.23%
GREEN value IS 89 (35.16% from 255) = 36.48%
BLUE value IS 91 (35.94% from 255) = 37.30%
R=26.23%
G=36.48%
B=37.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6489910.300.0200.64184.4417.4230.39
Hex40595B1E2040b8111e
Octal10013113336201002702136
Binary100000010110011011011111101001000000101110001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40595B; }

 p { color: rgb(64,89,91); }

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

<style>
 a { background-color: #40595B; }

 a { background-color: rgb(64,89,91); }

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

<style>
 span { border-color: #40595B; }

 span { border-color: rgb(64,89,91); }

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