#395B51

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

Shades of Spectra #395B51

Tints of Spectra #395B51

Color information

#395B51 (or 0x395B51) is unknown color: approx Spectra. HEX triplet: 39, 5B and 51. RGB value is (57,91,81). Sum of RGB (Red+Green+Blue) = 57+91+81=229 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.89% from 229); Green value is 91 (35.94% from 255 or 39.74% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 91 - color contains mainly: green. Hex color #395B51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395B51 is #C6A4AE. Grayscale: #4F4F4F. Windows color (decimal): -13018287 or 5331769. OLE color: 5331769.

HSL color Cylindrical-coordinate representation of color #395B51: hue angle of 162.35º 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 #395B51 is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.

Color convert

RGB579181-
CMYK0.3700.110.64
HSL162.35º22.97%29.02%-
HSV(B)162.35º37.36%35.69%-
XYZ6.918.959.15-
YUV79.69128.74111.81-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.89%
GREEN value IS 91 (35.94% from 255) = 39.74%
BLUE value IS 81 (32.03% from 255) = 35.37%
R=24.89%
G=39.74%
B=35.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5791810.3700.110.64162.3522.9729.02
Hex395B51250B40a2171d
Octal71133121450131002422735
Binary11100110110111010001100101010111000000101000101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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