Html Css Color HEX #395955 Oracle

📋 copy color: '#395955'

red 57 ◦ green 89 ◦ blue 85

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

Shades of Oracle #395955

Tints of Oracle #395955

RGB

 RED value IS 57 (22.66% from 255) = 24.68%

 GREEN value IS 89 (35.16% from 255) = 38.53%

 BLUE value IS 85 (33.59% from 255) = 36.8%

R = 24.68%
G = 38.53%
B = 36.8%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#395955 (or 0x395955) is known color: Oracle. HEX triplet: 39, 59 and 55. RGB value is (57,89,85). Sum of RGB (Red+Green+Blue) = 57+89+85=231 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.68% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 85 (33.59% from 255 or 36.80% from 231); Max value from RGB is 89 - color contains mainly: green. Hex color #395955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395955 is #C6A6AA. Grayscale: #4E4E4E. Windows color (decimal): -13018795 or 5593401. OLE color: 5593401.

HSL color Cylindrical-coordinate representation of color #395955: hue angle of 172.5º 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 #395955 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 89 85 -
CMYK 0.36 0 0.04 0.65
HSL 172.5º 0.22% 0.29% -
HSV(B) 172.5º 0.36% 0.35% -
XYZ 6.9 8.67 9.9 -
YUV 78.98 131.4 112.33 -
System Red Green Blue C M Y K H S L
Decimal 57 89 85 0.36 0 0.04 0.65 172.5 0.22 0.29
Hex 39 59 55 24 0 4 41 AC 16 1D
Octal 71 131 125 44 0 4 101 254 26 35
Binary 111001 1011001 1010101 100100 0 100 1000001 10101100 10110 11101

Color Harmonies of #395955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395955

Black with #395955

Text Example


Text Example

White with #395955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395955; }

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

 H1.HeaderClassName
 {
   color: #395955;
 }
 .AnyTagClassName
 {
   color: #395955;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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