#405A59

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

Shades of Oracle #405A59

Tints of Oracle #405A59

Color information

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

HSL color Cylindrical-coordinate representation of color #405A59: hue angle of 177.69º 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 #405A59 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB649089-
CMYK0.2900.010.65
HSL177.69º16.88%30.2%-
HSV(B)177.69º28.89%35.29%-
XYZ7.579.1210.81-
YUV82.11131.89115.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6490890.2900.010.65177.6916.8830.2
Hex405A591D0141b2111e
Octal10013213135011012622136
Binary10000001011010101100111101011000001101100101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405A59; }

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

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

<style>
 a { background-color: #405A59; }

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

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

<style>
 span { border-color: #405A59; }

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

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