#395C55

Color #395C55 Spectra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spectra #395C55

Tints of Spectra #395C55

Color information

#395C55 (or 0x395C55) is unknown color: approx 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

RGB579285-
CMYK0.3800.080.64
HSL168º23.49%29.22%-
HSV(B)168º38.04%36.08%-
XYZ7.159.189.99-
YUV80.74130.4111.07-

RGB Variations

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

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 (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5792850.3800.080.6416823.4929.22
Hex395C55260840a8171d
Octal71134125460101002502735
Binary11100110111001010101100110010001000000101010001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>