#35594D

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

Shades of Spectra #35594D

Tints of Spectra #35594D

Color information

#35594D (or 0x35594D) is unknown color: approx Spectra. HEX triplet: 35, 59 and 4D. RGB value is (53,89,77). Sum of RGB (Red+Green+Blue) = 53+89+77=219 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.20% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 89 - color contains mainly: green. Hex color #35594D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35594D is #CAA6B2. Grayscale: #4C4C4C. Windows color (decimal): -13280947 or 5069109. OLE color: 5069109.

HSL color Cylindrical-coordinate representation of color #35594D: hue angle of 160º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #35594D is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB538977-
CMYK0.4000.130.65
HSL160º25.35%27.84%-
HSV(B)160º40.45%34.9%-
XYZ6.388.448.31-
YUV76.87128.07110.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.20%
GREEN value IS 89 (35.16% from 255) = 40.64%
BLUE value IS 77 (30.47% from 255) = 35.16%
R=24.20%
G=40.64%
B=35.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5389770.4000.130.6516025.3527.84
Hex35594D280D41a0191c
Octal65131115500151012403134
Binary11010110110011001101101000011011000001101000001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35594D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,89,77); }

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

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

 a { background-color: rgb(53,89,77); }

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

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

 span { border-color: rgb(53,89,77); }

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