Html Css Color HEX #36584D Spectra

📋 copy color: '#36584D'

red 54 ◦ green 88 ◦ blue 77

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

Shades of Spectra #36584D

Tints of Spectra #36584D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40.18%

 BLUE value IS 77 (30.47% from 255) = 35.16%

R = 24.66%
G = 40.18%
B = 35.16%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#36584D (or 0x36584D) is known color: Spectra. HEX triplet: 36, 58 and 4D. RGB value is (54,88,77). Sum of RGB (Red+Green+Blue) = 54+88+77=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 88 (34.77% from 255 or 40.18% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 88 - color contains mainly: green. Hex color #36584D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36584D is #C9A7B2. Grayscale: #4C4C4C. Windows color (decimal): -13215667 or 5068854. OLE color: 5068854.

HSL color Cylindrical-coordinate representation of color #36584D: hue angle of 160.59º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #36584D is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 88 77 -
CMYK 0.39 0 0.12 0.65
HSL 160.59º 0.24% 0.28% -
HSV(B) 160.59º 0.39% 0.35% -
XYZ 6.35 8.3 8.29 -
YUV 76.58 128.24 111.89 -
System Red Green Blue C M Y K H S L
Decimal 54 88 77 0.39 0 0.12 0.65 160.59 0.24 0.28
Hex 36 58 4D 27 0 C 41 A1 18 1C
Octal 66 130 115 47 0 14 101 241 30 34
Binary 110110 1011000 1001101 100111 0 1100 1000001 10100001 11000 11100

Color Harmonies of #36584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36584D

Black with #36584D

Text Example


Text Example

White with #36584D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36584D; }

 p { color: rgb(54,88,77); }

 H1.HeaderClassName
 {
   color: #36584D;
 }
 .AnyTagClassName
 {
   color: #36584D;
 }
</style>

background-color css

<style>
 a { background-color: #36584D; }

 a { background-color: rgb(54,88,77); }

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

border-color css

<style>
 span { border-color: #36584D; }

 span { border-color: rgb(54,88,77); }

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