#35594C

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

Shades of Spectra #35594C

Tints of Spectra #35594C

Color information

#35594C (or 0x35594C) is unknown color: approx Spectra. HEX triplet: 35, 59 and 4C. RGB value is (53,89,76). Sum of RGB (Red+Green+Blue) = 53+89+76=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 89 - color contains mainly: green. Hex color #35594C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35594C is #CAA6B3. Grayscale: #4C4C4C. Windows color (decimal): -13280948 or 5003573. OLE color: 5003573.

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

Color convert

RGB538976-
CMYK0.4000.150.65
HSL158.33º25.35%27.84%-
HSV(B)158.33º40.45%34.9%-
XYZ6.358.428.13-
YUV76.75127.57111.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.31%
GREEN value IS 89 (35.16% from 255) = 40.83%
BLUE value IS 76 (30.08% from 255) = 34.86%
R=24.31%
G=40.83%
B=34.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5389760.4000.150.65158.3325.3527.84
Hex35594C280F419e191c
Octal65131114500171012363134
Binary11010110110011001100101000011111000001100111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35594C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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