Html Css Color HEX #365E52 Spectra

📋 copy color: '#365E52'

red 54 ◦ green 94 ◦ blue 82

#365E52
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spectra #365E52

Tints of Spectra #365E52

RGB

 RED value IS 54 (21.48% from 255) = 23.48%

 GREEN value IS 94 (37.11% from 255) = 40.87%

 BLUE value IS 82 (32.42% from 255) = 35.65%

R = 23.48%
G = 40.87%
B = 35.65%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.13

 K value IS 0.63

RGB Variations

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

Color information

#365E52 (or 0x365E52) is known color: Spectra. HEX triplet: 36, 5E and 52. RGB value is (54,94,82). Sum of RGB (Red+Green+Blue) = 54+94+82=230 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.48% from 230); Green value is 94 (37.11% from 255 or 40.87% from 230); Blue value is 82 (32.42% from 255 or 35.65% from 230); Max value from RGB is 94 - color contains mainly: green. Hex color #365E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365E52 is #C9A1AD. Grayscale: #505050. Windows color (decimal): -13214126 or 5398070. OLE color: 5398070.

HSL color Cylindrical-coordinate representation of color #365E52: hue angle of 162º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #365E52 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.63.

Color convert

RGB 54 94 82 -
CMYK 0.43 0 0.13 0.63
HSL 162º 0.27% 0.29% -
HSV(B) 162º 0.43% 0.37% -
XYZ 7.05 9.4 9.43 -
YUV 80.67 128.75 108.98 -
System Red Green Blue C M Y K H S L
Decimal 54 94 82 0.43 0 0.13 0.63 162 0.27 0.29
Hex 36 5E 52 2B 0 D 3F A2 1B 1D
Octal 66 136 122 53 0 15 77 242 33 35
Binary 110110 1011110 1010010 101011 0 1101 111111 10100010 11011 11101

Color Harmonies of #365E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365E52

Black with #365E52

Text Example


Text Example

White with #365E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #365E52;
 }
 .AnyTagClassName
 {
   color: #365E52;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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