#405858

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

Shades of Oracle #405858

Tints of Oracle #405858

Color information

#405858 (or 0x405858) is unknown color: approx Oracle. HEX triplet: 40, 58 and 58. RGB value is (64,88,88). Sum of RGB (Red+Green+Blue) = 64+88+88=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 88 (34.77% from 255 or 36.67% from 240); Max value from RGB is 88 - color contains mainly: green, blue. Hex color #405858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405858 is #BFA7A7. Grayscale: #505050. Windows color (decimal): -12560296 or 5789760. OLE color: 5789760.

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

Color convert

RGB648888-
CMYK0.27000.65
HSL180º15.79%29.8%-
HSV(B)180º27.27%34.51%-
XYZ7.378.7710.54-
YUV80.82132.05116-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.67%
GREEN value IS 88 (34.77% from 255) = 36.67%
BLUE value IS 88 (34.77% from 255) = 36.67%
R=26.67%
G=36.67%
B=36.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6488880.27000.6518015.7929.8
Hex4058581B0041b4101e
Octal10013013033001012642036
Binary10000001011000101100011011001000001101101001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405858; }

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

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

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

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

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

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

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

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