Html Css Color HEX #35594D Spectra

📋 copy color: '#35594D'

red 53 ◦ green 89 ◦ blue 77

#35594D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spectra #35594D

Tints of Spectra #35594D

RGB

 RED value IS 53 (21.09% from 255) = 24.2%

 GREEN value IS 89 (35.16% from 255) = 40.64%

 BLUE value IS 77 (30.47% from 255) = 35.16%

R = 24.2%
G = 40.64%
B = 35.16%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#35594D (or 0x35594D) is known color: Spectra. HEX triplet: 35, 59 and 4D. RGB value is (53,89,77). Sum of RGB (Red+Green+Blue) = 53+89+77=219 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.20% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 89 - color contains mainly: green. Hex color #35594D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35594D is #CAA6B2. Grayscale: #4C4C4C. Windows color (decimal): -13280947 or 5069109. OLE color: 5069109.

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

Color convert

RGB 53 89 77 -
CMYK 0.40 0 0.13 0.65
HSL 160º 0.25% 0.28% -
HSV(B) 160º 0.4% 0.35% -
XYZ 6.38 8.44 8.31 -
YUV 76.87 128.07 110.98 -
System Red Green Blue C M Y K H S L
Decimal 53 89 77 0.40 0 0.13 0.65 160 0.25 0.28
Hex 35 59 4D 28 0 D 41 A0 19 1C
Octal 65 131 115 50 0 15 101 240 31 34
Binary 110101 1011001 1001101 101000 0 1101 1000001 10100000 11001 11100

Color Harmonies of #35594D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35594D

Black with #35594D

Text Example


Text Example

White with #35594D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #35594D;
 }
 .AnyTagClassName
 {
   color: #35594D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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