Html Css Color HEX #395959 Oracle

📋 copy color: '#395959'

red 57 ◦ green 89 ◦ blue 89

#395959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oracle #395959

Tints of Oracle #395959

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 value IS 0.36

 M value IS 0

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#395959 (or 0x395959) is known color: 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

RGB 57 89 89 -
CMYK 0.36 0 0 0.65
HSL 180º 0.22% 0.29% -
HSV(B) 180º 0.36% 0.35% -
XYZ 7.06 8.74 10.77 -
YUV 79.43 133.4 112 -
System Red Green Blue C M Y K H S L
Decimal 57 89 89 0.36 0 0 0.65 180 0.22 0.29
Hex 39 59 59 24 0 0 41 B4 16 1D
Octal 71 131 131 44 0 0 101 264 26 35
Binary 111001 1011001 1011001 100100 0 0 1000001 10110100 10110 11101

Color Harmonies of #395959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395959

Black with #395959

Text Example


Text Example

White with #395959

Text Example


Text Example

HTML Codes & Css Web 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>