Html Css Color HEX #395851 Spectra

📋 copy color: '#395851'

red 57 ◦ green 88 ◦ blue 81

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

Shades of Spectra #395851

Tints of Spectra #395851

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.94%

 BLUE value IS 81 (32.03% from 255) = 35.84%

R = 25.22%
G = 38.94%
B = 35.84%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#395851 (or 0x395851) is known color: Spectra. HEX triplet: 39, 58 and 51. RGB value is (57,88,81). Sum of RGB (Red+Green+Blue) = 57+88+81=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 81 (32.03% from 255 or 35.84% from 226); Max value from RGB is 88 - color contains mainly: green. Hex color #395851 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395851 is #C6A7AE. Grayscale: #4D4D4D. Windows color (decimal): -13019055 or 5331001. OLE color: 5331001.

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

Color convert

RGB 57 88 81 -
CMYK 0.35 0 0.08 0.65
HSL 166.45º 0.21% 0.28% -
HSV(B) 166.45º 0.35% 0.35% -
XYZ 6.66 8.44 9.06 -
YUV 77.93 129.73 113.07 -
System Red Green Blue C M Y K H S L
Decimal 57 88 81 0.35 0 0.08 0.65 166.45 0.21 0.28
Hex 39 58 51 23 0 8 41 A6 15 1C
Octal 71 130 121 43 0 10 101 246 25 34
Binary 111001 1011000 1010001 100011 0 1000 1000001 10100110 10101 11100

Color Harmonies of #395851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395851

Black with #395851

Text Example


Text Example

White with #395851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395851; }

 p { color: rgb(57,88,81); }

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

background-color css

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

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

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

border-color css

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

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

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