#395B53

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

Shades of Spectra #395B53

Tints of Spectra #395B53

Color information

#395B53 (or 0x395B53) is unknown color: approx Spectra. HEX triplet: 39, 5B and 53. RGB value is (57,91,83). Sum of RGB (Red+Green+Blue) = 57+91+83=231 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.68% from 231); Green value is 91 (35.94% from 255 or 39.39% from 231); Blue value is 83 (32.81% from 255 or 35.93% from 231); Max value from RGB is 91 - color contains mainly: green. Hex color #395B53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395B53 is #C6A4AC. Grayscale: #4F4F4F. Windows color (decimal): -13018285 or 5462841. OLE color: 5462841.

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

Color convert

RGB579183-
CMYK0.3700.090.64
HSL165.88º22.97%29.02%-
HSV(B)165.88º37.36%35.69%-
XYZ6.998.989.55-
YUV79.92129.74111.65-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.68%
GREEN value IS 91 (35.94% from 255) = 39.39%
BLUE value IS 83 (32.81% from 255) = 35.93%
R=24.68%
G=39.39%
B=35.93%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5791830.3700.090.64165.8822.9729.02
Hex395B53250940a6171d
Octal71133123450111002462735
Binary11100110110111010011100101010011000000101001101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,91,83); }

 H1.HeaderClassName
 {
   color: #395B53;
 }
 .AnyTagClassName
 {
   color: #395B53;
 }
</style>
background-color css

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

 a { background-color: rgb(57,91,83); }

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

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

 span { border-color: rgb(57,91,83); }

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