#35594F

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

Shades of Spectra #35594F

Tints of Spectra #35594F

Color information

#35594F (or 0x35594F) is unknown color: approx Spectra. HEX triplet: 35, 59 and 4F. RGB value is (53,89,79). Sum of RGB (Red+Green+Blue) = 53+89+79=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 89 (35.16% from 255 or 40.27% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 89 - color contains mainly: green. Hex color #35594F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35594F is #CAA6B0. Grayscale: #4D4D4D. Windows color (decimal): -13280945 or 5200181. OLE color: 5200181.

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

Color convert

RGB538979-
CMYK0.4000.110.65
HSL163.33º25.35%27.84%-
HSV(B)163.33º40.45%34.9%-
XYZ6.458.478.69-
YUV77.1129.07110.81-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.98%
GREEN value IS 89 (35.16% from 255) = 40.27%
BLUE value IS 79 (31.25% from 255) = 35.75%
R=23.98%
G=40.27%
B=35.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5389790.4000.110.65163.3325.3527.84
Hex35594F280B41a3191c
Octal65131117500131012433134
Binary11010110110011001111101000010111000001101000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35594F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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