Html Css Color HEX #395C55 Spectra

📋 copy color: '#395C55'

red 57 ◦ green 92 ◦ blue 85

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

Shades of Spectra #395C55

Tints of Spectra #395C55

RGB

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

 GREEN value IS 92 (36.33% from 255) = 39.32%

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

R = 24.36%
G = 39.32%
B = 36.32%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.08

 K value IS 0.64

RGB Variations

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

Color information

#395C55 (or 0x395C55) is known color: Spectra. HEX triplet: 39, 5C and 55. RGB value is (57,92,85). Sum of RGB (Red+Green+Blue) = 57+92+85=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 92 (36.33% from 255 or 39.32% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 92 - color contains mainly: green. Hex color #395C55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395C55 is #C6A3AA. Grayscale: #505050. Windows color (decimal): -13018027 or 5594169. OLE color: 5594169.

HSL color Cylindrical-coordinate representation of color #395C55: hue angle of 168º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #395C55 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB 57 92 85 -
CMYK 0.38 0 0.08 0.64
HSL 168º 0.23% 0.29% -
HSV(B) 168º 0.38% 0.36% -
XYZ 7.15 9.18 9.99 -
YUV 80.74 130.4 111.07 -
System Red Green Blue C M Y K H S L
Decimal 57 92 85 0.38 0 0.08 0.64 168 0.23 0.29
Hex 39 5C 55 26 0 8 40 A8 17 1D
Octal 71 134 125 46 0 10 100 250 27 35
Binary 111001 1011100 1010101 100110 0 1000 1000000 10101000 10111 11101

Color Harmonies of #395C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395C55

Black with #395C55

Text Example


Text Example

White with #395C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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