#395353

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

Shades of Oracle #395353

Tints of Oracle #395353

Color information

#395353 (or 0x395353) is unknown color: approx Oracle. HEX triplet: 39, 53 and 53. RGB value is (57,83,83). Sum of RGB (Red+Green+Blue) = 57+83+83=223 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.56% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 83 - color contains mainly: green, blue. Hex color #395353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395353 is #C6ACAC. Grayscale: #4B4B4B. Windows color (decimal): -13020333 or 5460793. OLE color: 5460793.

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

Color convert

RGB578383-
CMYK0.31000.67
HSL180º18.57%27.45%-
HSV(B)180º31.33%32.55%-
XYZ6.347.689.33-
YUV75.23132.39115-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.56%
GREEN value IS 83 (32.81% from 255) = 37.22%
BLUE value IS 83 (32.81% from 255) = 37.22%
R=25.56%
G=37.22%
B=37.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5783830.31000.6718018.5727.45
Hex3953531F0043b4131b
Octal7112312337001032642333
Binary1110011010011101001111111001000011101101001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395353; }

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

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

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

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

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

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

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

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