#40595A

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

Shades of Oracle #40595A

Tints of Oracle #40595A

Color information

#40595A (or 0x40595A) is unknown color: approx Oracle. HEX triplet: 40, 59 and 5A. RGB value is (64,89,90). Sum of RGB (Red+Green+Blue) = 64+89+90=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 90 - color contains mainly: blue. Hex color #40595A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40595A is #BFA6A5. Grayscale: #515151. Windows color (decimal): -12560038 or 5921088. OLE color: 5921088.

HSL color Cylindrical-coordinate representation of color #40595A: hue angle of 182.31º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #40595A is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB648990-
CMYK0.290.0100.65
HSL182.31º16.88%30.2%-
HSV(B)182.31º28.89%35.29%-
XYZ7.538.9711.01-
YUV81.64132.72115.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.34%
GREEN value IS 89 (35.16% from 255) = 36.63%
BLUE value IS 90 (35.55% from 255) = 37.04%
R=26.34%
G=36.63%
B=37.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6489900.290.0100.65182.3116.8830.2
Hex40595A1D1041b6111e
Octal10013113235101012662136
Binary10000001011001101101011101101000001101101101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40595A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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