Html Css Color HEX #365E53 Spectra

📋 copy color: '#365E53'

red 54 ◦ green 94 ◦ blue 83

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

Shades of Spectra #365E53

Tints of Spectra #365E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 35.93%

R = 23.38%
G = 40.69%
B = 35.93%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.12

 K value IS 0.63

RGB Variations

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

Color information

#365E53 (or 0x365E53) is known color: Spectra. HEX triplet: 36, 5E and 53. RGB value is (54,94,83). Sum of RGB (Red+Green+Blue) = 54+94+83=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 94 (37.11% from 255 or 40.69% from 231); Blue value is 83 (32.81% from 255 or 35.93% from 231); Max value from RGB is 94 - color contains mainly: green. Hex color #365E53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365E53 is #C9A1AC. Grayscale: #505050. Windows color (decimal): -13214125 or 5463606. OLE color: 5463606.

HSL color Cylindrical-coordinate representation of color #365E53: hue angle of 163.5º 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 #365E53 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.63.

Color convert

RGB 54 94 83 -
CMYK 0.43 0 0.12 0.63
HSL 163.5º 0.27% 0.29% -
HSV(B) 163.5º 0.43% 0.37% -
XYZ 7.09 9.41 9.63 -
YUV 80.79 129.25 108.89 -
System Red Green Blue C M Y K H S L
Decimal 54 94 83 0.43 0 0.12 0.63 163.5 0.27 0.29
Hex 36 5E 53 2B 0 C 3F A4 1B 1D
Octal 66 136 123 53 0 14 77 244 33 35
Binary 110110 1011110 1010011 101011 0 1100 111111 10100100 11011 11101

Color Harmonies of #365E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365E53

Black with #365E53

Text Example


Text Example

White with #365E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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