Html Css Color HEX #35554C Spectra

📋 copy color: '#35554C'

red 53 ◦ green 85 ◦ blue 76

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

Shades of Spectra #35554C

Tints of Spectra #35554C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 35.51%

R = 24.77%
G = 39.72%
B = 35.51%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#35554C (or 0x35554C) is known color: Spectra. HEX triplet: 35, 55 and 4C. RGB value is (53,85,76). Sum of RGB (Red+Green+Blue) = 53+85+76=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 85 - color contains mainly: green. Hex color #35554C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35554C is #CAAAB3. Grayscale: #4A4A4A. Windows color (decimal): -13281972 or 5002549. OLE color: 5002549.

HSL color Cylindrical-coordinate representation of color #35554C: hue angle of 163.12º 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 #35554C is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 85 76 -
CMYK 0.38 0 0.11 0.67
HSL 163.13º 0.23% 0.27% -
HSV(B) 163.13º 0.38% 0.33% -
XYZ 6.02 7.78 8.02 -
YUV 74.41 128.9 112.73 -
System Red Green Blue C M Y K H S L
Decimal 53 85 76 0.38 0 0.11 0.67 163.13 0.23 0.27
Hex 35 55 4C 26 0 B 43 A3 17 1B
Octal 65 125 114 46 0 13 103 243 27 33
Binary 110101 1010101 1001100 100110 0 1011 1000011 10100011 10111 11011

Color Harmonies of #35554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35554C

Black with #35554C

Text Example


Text Example

White with #35554C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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