Html Css Color HEX #395952 Spectra

📋 copy color: '#395952'

red 57 ◦ green 89 ◦ blue 82

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

Shades of Spectra #395952

Tints of Spectra #395952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 35.96%

R = 25%
G = 39.04%
B = 35.96%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#395952 (or 0x395952) is known color: Spectra. HEX triplet: 39, 59 and 52. RGB value is (57,89,82). Sum of RGB (Red+Green+Blue) = 57+89+82=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 89 - color contains mainly: green. Hex color #395952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395952 is #C6A6AD. Grayscale: #4E4E4E. Windows color (decimal): -13018798 or 5396793. OLE color: 5396793.

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

Color convert

RGB 57 89 82 -
CMYK 0.36 0 0.08 0.65
HSL 166.88º 0.22% 0.29% -
HSV(B) 166.88º 0.36% 0.35% -
XYZ 6.78 8.62 9.29 -
YUV 78.63 129.9 112.57 -
System Red Green Blue C M Y K H S L
Decimal 57 89 82 0.36 0 0.08 0.65 166.88 0.22 0.29
Hex 39 59 52 24 0 8 41 A7 16 1D
Octal 71 131 122 44 0 10 101 247 26 35
Binary 111001 1011001 1010010 100100 0 1000 1000001 10100111 10110 11101

Color Harmonies of #395952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395952

Black with #395952

Text Example


Text Example

White with #395952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395952; }

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

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

background-color css

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

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

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

border-color css

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

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

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