#405353

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

Shades of Oracle #405353

Tints of Oracle #405353

Color information

#405353 (or 0x405353) is unknown color: approx Oracle. HEX triplet: 40, 53 and 53. RGB value is (64,83,83). Sum of RGB (Red+Green+Blue) = 64+83+83=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 83 (32.81% from 255 or 36.09% from 230); Max value from RGB is 83 - color contains mainly: green, blue. Hex color #405353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405353 is #BFACAC. Grayscale: #4D4D4D. Windows color (decimal): -12561581 or 5460800. OLE color: 5460800.

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

Color convert

RGB648383-
CMYK0.23000.67
HSL180º12.93%28.82%-
HSV(B)180º22.89%32.55%-
XYZ6.777.99.35-
YUV77.32131.21118.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.83%
GREEN value IS 83 (32.81% from 255) = 36.09%
BLUE value IS 83 (32.81% from 255) = 36.09%
R=27.83%
G=36.09%
B=36.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6483830.23000.6718012.9328.82
Hex405353170043b4d1d
Octal10012312327001032641535
Binary1000000101001110100111011100100001110110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405353; }

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

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

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

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

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

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

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

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