#35594E

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

Shades of Spectra #35594E

Tints of Spectra #35594E

Color information

#35594E (or 0x35594E) is unknown color: approx Spectra. HEX triplet: 35, 59 and 4E. RGB value is (53,89,78). Sum of RGB (Red+Green+Blue) = 53+89+78=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 89 (35.16% from 255 or 40.45% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 89 - color contains mainly: green. Hex color #35594E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35594E is #CAA6B1. Grayscale: #4C4C4C. Windows color (decimal): -13280946 or 5134645. OLE color: 5134645.

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

Color convert

RGB538978-
CMYK0.4000.120.65
HSL161.67º25.35%27.84%-
HSV(B)161.67º40.45%34.9%-
XYZ6.428.458.5-
YUV76.98128.57110.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.09%
GREEN value IS 89 (35.16% from 255) = 40.45%
BLUE value IS 78 (30.86% from 255) = 35.45%
R=24.09%
G=40.45%
B=35.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5389780.4000.120.65161.6725.3527.84
Hex35594E280C41a2191c
Octal65131116500141012423134
Binary11010110110011001110101000011001000001101000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35594E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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