Html Css Color HEX #35554A Spectra

📋 copy color: '#35554A'

red 53 ◦ green 85 ◦ blue 74

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

Shades of Spectra #35554A

Tints of Spectra #35554A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.09%

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

R = 25%
G = 40.09%
B = 34.91%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#35554A (or 0x35554A) is known color: Spectra. HEX triplet: 35, 55 and 4A. RGB value is (53,85,74). Sum of RGB (Red+Green+Blue) = 53+85+74=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 85 - color contains mainly: green. Hex color #35554A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35554A is #CAAAB5. Grayscale: #4A4A4A. Windows color (decimal): -13281974 or 4871477. OLE color: 4871477.

HSL color Cylindrical-coordinate representation of color #35554A: hue angle of 159.38º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #35554A is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 85 74 -
CMYK 0.38 0 0.13 0.67
HSL 159.38º 0.23% 0.27% -
HSV(B) 159.38º 0.38% 0.33% -
XYZ 5.95 7.75 7.66 -
YUV 74.18 127.9 112.89 -
System Red Green Blue C M Y K H S L
Decimal 53 85 74 0.38 0 0.13 0.67 159.38 0.23 0.27
Hex 35 55 4A 26 0 D 43 9F 17 1B
Octal 65 125 112 46 0 15 103 237 27 33
Binary 110101 1010101 1001010 100110 0 1101 1000011 10011111 10111 11011

Color Harmonies of #35554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35554A

Black with #35554A

Text Example


Text Example

White with #35554A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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