Html Css Color HEX #35594F Spectra

📋 copy color: '#35594F'

red 53 ◦ green 89 ◦ blue 79

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

Shades of Spectra #35594F

Tints of Spectra #35594F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 35.75%

R = 23.98%
G = 40.27%
B = 35.75%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#35594F (or 0x35594F) is known color: Spectra. HEX triplet: 35, 59 and 4F. RGB value is (53,89,79). Sum of RGB (Red+Green+Blue) = 53+89+79=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 89 (35.16% from 255 or 40.27% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 89 - color contains mainly: green. Hex color #35594F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35594F is #CAA6B0. Grayscale: #4D4D4D. Windows color (decimal): -13280945 or 5200181. OLE color: 5200181.

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

Color convert

RGB 53 89 79 -
CMYK 0.40 0 0.11 0.65
HSL 163.33º 0.25% 0.28% -
HSV(B) 163.33º 0.4% 0.35% -
XYZ 6.45 8.47 8.69 -
YUV 77.1 129.07 110.81 -
System Red Green Blue C M Y K H S L
Decimal 53 89 79 0.40 0 0.11 0.65 163.33 0.25 0.28
Hex 35 59 4F 28 0 B 41 A3 19 1C
Octal 65 131 117 50 0 13 101 243 31 34
Binary 110101 1011001 1001111 101000 0 1011 1000001 10100011 11001 11100

Color Harmonies of #35594F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35594F

Black with #35594F

Text Example


Text Example

White with #35594F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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