#365B52

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

Shades of Spectra #365B52

Tints of Spectra #365B52

Color information

#365B52 (or 0x365B52) is unknown color: approx Spectra. HEX triplet: 36, 5B and 52. RGB value is (54,91,82). Sum of RGB (Red+Green+Blue) = 54+91+82=227 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.79% from 227); Green value is 91 (35.94% from 255 or 40.09% from 227); Blue value is 82 (32.42% from 255 or 36.12% from 227); Max value from RGB is 91 - color contains mainly: green. Hex color #365B52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365B52 is #C9A4AD. Grayscale: #4E4E4E. Windows color (decimal): -13214894 or 5397302. OLE color: 5397302.

HSL color Cylindrical-coordinate representation of color #365B52: hue angle of 165.41º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #365B52 is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.

Color convert

RGB549182-
CMYK0.4100.100.64
HSL165.41º25.52%28.43%-
HSV(B)165.41º40.66%35.69%-
XYZ6.798.889.34-
YUV78.91129.74110.23-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.79%
GREEN value IS 91 (35.94% from 255) = 40.09%
BLUE value IS 82 (32.42% from 255) = 36.12%
R=23.79%
G=40.09%
B=36.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5491820.4100.100.64165.4125.5228.43
Hex365B52290A40a51a1c
Octal66133122510121002453234
Binary11011010110111010010101001010101000000101001011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,91,82); }

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

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

 a { background-color: rgb(54,91,82); }

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

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

 span { border-color: rgb(54,91,82); }

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