#35584E

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

Shades of Spectra #35584E

Tints of Spectra #35584E

Color information

#35584E (or 0x35584E) is unknown color: approx Spectra. HEX triplet: 35, 58 and 4E. RGB value is (53,88,78). Sum of RGB (Red+Green+Blue) = 53+88+78=219 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.20% from 219); Green value is 88 (34.77% from 255 or 40.18% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 88 - color contains mainly: green. Hex color #35584E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35584E is #CAA7B1. Grayscale: #4C4C4C. Windows color (decimal): -13281202 or 5134389. OLE color: 5134389.

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

Color convert

RGB538878-
CMYK0.4000.110.65
HSL162.86º24.82%27.65%-
HSV(B)162.86º39.77%34.51%-
XYZ6.338.298.47-
YUV76.4128.9111.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.20%
GREEN value IS 88 (34.77% from 255) = 40.18%
BLUE value IS 78 (30.86% from 255) = 35.62%
R=24.20%
G=40.18%
B=35.62%

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
Decimal5388780.4000.110.65162.8624.8227.65
Hex35584E280B41a3191c
Octal65130116500131012433134
Binary11010110110001001110101000010111000001101000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35584E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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