Html Css Color HEX #35594A Spectra

📋 copy color: '#35594A'

red 53 ◦ green 89 ◦ blue 74

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

Shades of Spectra #35594A

Tints of Spectra #35594A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 34.26%

R = 24.54%
G = 41.2%
B = 34.26%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#35594A (or 0x35594A) is known color: Spectra. HEX triplet: 35, 59 and 4A. RGB value is (53,89,74). Sum of RGB (Red+Green+Blue) = 53+89+74=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 89 (35.16% from 255 or 41.20% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 89 - color contains mainly: green. Hex color #35594A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35594A is #CAA6B5. Grayscale: #4C4C4C. Windows color (decimal): -13280950 or 4872501. OLE color: 4872501.

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

Color convert

RGB 53 89 74 -
CMYK 0.40 0 0.17 0.65
HSL 155º 0.25% 0.28% -
HSV(B) 155º 0.4% 0.35% -
XYZ 6.28 8.4 7.77 -
YUV 76.53 126.57 111.22 -
System Red Green Blue C M Y K H S L
Decimal 53 89 74 0.40 0 0.17 0.65 155 0.25 0.28
Hex 35 59 4A 28 0 11 41 9B 19 1C
Octal 65 131 112 50 0 21 101 233 31 34
Binary 110101 1011001 1001010 101000 0 10001 1000001 10011011 11001 11100

Color Harmonies of #35594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35594A

Black with #35594A

Text Example


Text Example

White with #35594A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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