#35584D

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

Shades of Spectra #35584D

Tints of Spectra #35584D

Color information

#35584D (or 0x35584D) is unknown color: approx Spectra. HEX triplet: 35, 58 and 4D. RGB value is (53,88,77). Sum of RGB (Red+Green+Blue) = 53+88+77=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 88 - color contains mainly: green. Hex color #35584D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35584D is #CAA7B2. Grayscale: #4C4C4C. Windows color (decimal): -13281203 or 5068853. OLE color: 5068853.

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

Color convert

RGB538877-
CMYK0.4000.120.65
HSL161.14º24.82%27.65%-
HSV(B)161.14º39.77%34.51%-
XYZ6.38.278.29-
YUV76.28128.4111.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.31%
GREEN value IS 88 (34.77% from 255) = 40.37%
BLUE value IS 77 (30.47% from 255) = 35.32%
R=24.31%
G=40.37%
B=35.32%

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
Decimal5388770.4000.120.65161.1424.8227.65
Hex35584D280C41a1191c
Octal65130115500141012413134
Binary11010110110001001101101000011001000001101000011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35584D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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