#405857

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

Shades of Oracle #405857

Tints of Oracle #405857

Color information

#405857 (or 0x405857) is unknown color: approx Oracle. HEX triplet: 40, 58 and 57. RGB value is (64,88,87). Sum of RGB (Red+Green+Blue) = 64+88+87=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 87 (34.38% from 255 or 36.40% from 239); Max value from RGB is 88 - color contains mainly: green. Hex color #405857 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405857 is #BFA7A8. Grayscale: #505050. Windows color (decimal): -12560297 or 5724224. OLE color: 5724224.

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

Color convert

RGB648887-
CMYK0.2700.010.65
HSL177.5º15.79%29.8%-
HSV(B)177.5º27.27%34.51%-
XYZ7.328.7610.32-
YUV80.71131.55116.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.78%
GREEN value IS 88 (34.77% from 255) = 36.82%
BLUE value IS 87 (34.38% from 255) = 36.40%
R=26.78%
G=36.82%
B=36.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6488870.2700.010.65177.515.7929.8
Hex4058571B0141b2101e
Octal10013012733011012622036
Binary10000001011000101011111011011000001101100101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405857; }

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

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

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

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

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

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

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

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