#405455

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

Shades of Oracle #405455

Tints of Oracle #405455

Color information

#405455 (or 0x405455) is unknown color: approx Oracle. HEX triplet: 40, 54 and 55. RGB value is (64,84,85). Sum of RGB (Red+Green+Blue) = 64+84+85=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 85 - color contains mainly: blue. Hex color #405455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405455 is #BFABAA. Grayscale: #4E4E4E. Windows color (decimal): -12561323 or 5592128. OLE color: 5592128.

HSL color Cylindrical-coordinate representation of color #405455: hue angle of 182.86º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #405455 is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB648485-
CMYK0.250.0100.67
HSL182.86º14.09%29.22%-
HSV(B)182.86º24.71%33.33%-
XYZ6.928.099.79-
YUV78.13131.87117.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.47%
GREEN value IS 84 (33.20% from 255) = 36.05%
BLUE value IS 85 (33.59% from 255) = 36.48%
R=27.47%
G=36.05%
B=36.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6484850.250.0100.67182.8614.0929.22
Hex405455191043b7e1d
Octal10012412531101032671635
Binary1000000101010010101011100110100001110110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405455; }

 p { color: rgb(64,84,85); }

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

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

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

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

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

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

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