#36584F

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

Shades of Spectra #36584F

Tints of Spectra #36584F

Color information

#36584F (or 0x36584F) is unknown color: approx Spectra. HEX triplet: 36, 58 and 4F. RGB value is (54,88,79). Sum of RGB (Red+Green+Blue) = 54+88+79=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 88 (34.77% from 255 or 39.82% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 88 - color contains mainly: green. Hex color #36584F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36584F is #C9A7B0. Grayscale: #4C4C4C. Windows color (decimal): -13215665 or 5199926. OLE color: 5199926.

HSL color Cylindrical-coordinate representation of color #36584F: hue angle of 164.12º 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 #36584F is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB548879-
CMYK0.3900.100.65
HSL164.12º23.94%27.84%-
HSV(B)164.12º38.64%34.51%-
XYZ6.428.338.67-
YUV76.81129.24111.73-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.43%
GREEN value IS 88 (34.77% from 255) = 39.82%
BLUE value IS 79 (31.25% from 255) = 35.75%
R=24.43%
G=39.82%
B=35.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5488790.3900.100.65164.1223.9427.84
Hex36584F270A41a4181c
Octal66130117470121012443034
Binary11011010110001001111100111010101000001101001001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36584F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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