#405859

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

Shades of Oracle #405859

Tints of Oracle #405859

Color information

#405859 (or 0x405859) is unknown color: approx Oracle. HEX triplet: 40, 58 and 59. RGB value is (64,88,89). Sum of RGB (Red+Green+Blue) = 64+88+89=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 89 (35.16% from 255 or 36.93% from 241); Max value from RGB is 89 - color contains mainly: blue. Hex color #405859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405859 is #BFA7A6. Grayscale: #505050. Windows color (decimal): -12560295 or 5855296. OLE color: 5855296.

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

Color convert

RGB648889-
CMYK0.280.0100.65
HSL182.4º16.34%30%-
HSV(B)182.4º28.09%34.9%-
XYZ7.418.7910.76-
YUV80.94132.55115.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.56%
GREEN value IS 88 (34.77% from 255) = 36.51%
BLUE value IS 89 (35.16% from 255) = 36.93%
R=26.56%
G=36.51%
B=36.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6488890.280.0100.65182.416.3430
Hex4058591C1041b6101e
Octal10013013134101012662036
Binary10000001011000101100111100101000001101101101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405859; }

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

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

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

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

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

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

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

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