Html Css Color HEX #35564C Spectra

📋 copy color: '#35564C'

red 53 ◦ green 86 ◦ blue 76

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

Shades of Spectra #35564C

Tints of Spectra #35564C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 40%

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

R = 24.65%
G = 40%
B = 35.35%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.12

 K value IS 0.66

RGB Variations

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

Color information

#35564C (or 0x35564C) is known color: Spectra. HEX triplet: 35, 56 and 4C. RGB value is (53,86,76). Sum of RGB (Red+Green+Blue) = 53+86+76=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 86 (33.98% from 255 or 40% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 86 - color contains mainly: green. Hex color #35564C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35564C is #CAA9B3. Grayscale: #4A4A4A. Windows color (decimal): -13281716 or 5002805. OLE color: 5002805.

HSL color Cylindrical-coordinate representation of color #35564C: hue angle of 161.82º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #35564C is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.66.

Color convert

RGB 53 86 76 -
CMYK 0.38 0 0.12 0.66
HSL 161.82º 0.24% 0.27% -
HSV(B) 161.82º 0.38% 0.34% -
XYZ 6.1 7.93 8.05 -
YUV 74.99 128.57 112.31 -
System Red Green Blue C M Y K H S L
Decimal 53 86 76 0.38 0 0.12 0.66 161.82 0.24 0.27
Hex 35 56 4C 26 0 C 42 A2 18 1B
Octal 65 126 114 46 0 14 102 242 30 33
Binary 110101 1010110 1001100 100110 0 1100 1000010 10100010 11000 11011

Color Harmonies of #35564C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35564C

Black with #35564C

Text Example


Text Example

White with #35564C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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