#365D53

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

Shades of Spectra #365D53

Tints of Spectra #365D53

Color information

#365D53 (or 0x365D53) is unknown color: approx Spectra. HEX triplet: 36, 5D and 53. RGB value is (54,93,83). Sum of RGB (Red+Green+Blue) = 54+93+83=230 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.48% from 230); Green value is 93 (36.72% from 255 or 40.43% from 230); Blue value is 83 (32.81% from 255 or 36.09% from 230); Max value from RGB is 93 - color contains mainly: green. Hex color #365D53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365D53 is #C9A2AC. Grayscale: #505050. Windows color (decimal): -13214381 or 5463350. OLE color: 5463350.

HSL color Cylindrical-coordinate representation of color #365D53: hue angle of 164.62º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #365D53 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.

Color convert

RGB549383-
CMYK0.4200.110.64
HSL164.62º26.53%28.82%-
HSV(B)164.62º41.94%36.47%-
XYZ79.249.6-
YUV80.2129.58109.31-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.48%
GREEN value IS 93 (36.72% from 255) = 40.43%
BLUE value IS 83 (32.81% from 255) = 36.09%
R=23.48%
G=40.43%
B=36.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5493830.4200.110.64164.6226.5328.82
Hex365D532A0B40a51b1d
Octal66135123520131002453335
Binary11011010111011010011101010010111000000101001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365D53; }

 p { color: rgb(54,93,83); }

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

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

 a { background-color: rgb(54,93,83); }

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

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

 span { border-color: rgb(54,93,83); }

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