#395959

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

Shades of Oracle #395959

Tints of Oracle #395959

Color information

#395959 (or 0x395959) is unknown color: approx Oracle. HEX triplet: 39, 59 and 59. RGB value is (57,89,89). Sum of RGB (Red+Green+Blue) = 57+89+89=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 89 (35.16% from 255 or 37.87% from 235); Max value from RGB is 89 - color contains mainly: green, blue. Hex color #395959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395959 is #C6A6A6. Grayscale: #4F4F4F. Windows color (decimal): -13018791 or 5855545. OLE color: 5855545.

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

Color convert

RGB578989-
CMYK0.36000.65
HSL180º21.92%28.63%-
HSV(B)180º35.96%34.9%-
XYZ7.068.7410.77-
YUV79.43133.4112-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.26%
GREEN value IS 89 (35.16% from 255) = 37.87%
BLUE value IS 89 (35.16% from 255) = 37.87%
R=24.26%
G=37.87%
B=37.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5789890.36000.6518021.9228.63
Hex395959240041b4161d
Octal7113113144001012642635
Binary11100110110011011001100100001000001101101001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395959; }

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

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

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

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

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

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

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

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