#405555

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

Shades of Oracle #405555

Tints of Oracle #405555

Color information

#405555 (or 0x405555) is unknown color: approx Oracle. HEX triplet: 40, 55 and 55. RGB value is (64,85,85). Sum of RGB (Red+Green+Blue) = 64+85+85=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #405555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405555 is #BFAAAA. Grayscale: #4E4E4E. Windows color (decimal): -12561067 or 5592384. OLE color: 5592384.

HSL color Cylindrical-coordinate representation of color #405555: hue angle of 180º 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 #405555 is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB648585-
CMYK0.25000.67
HSL180º14.09%29.22%-
HSV(B)180º24.71%33.33%-
XYZ78.249.82-
YUV78.72131.54117.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.35%
GREEN value IS 85 (33.59% from 255) = 36.32%
BLUE value IS 85 (33.59% from 255) = 36.32%
R=27.35%
G=36.32%
B=36.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6485850.25000.6718014.0929.22
Hex405555190043b4e1d
Octal10012512531001032641635
Binary1000000101010110101011100100100001110110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405555; }

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

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

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

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

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

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

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

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