Html Css Color HEX #35564D Spectra

📋 copy color: '#35564D'

red 53 ◦ green 86 ◦ blue 77

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

Shades of Spectra #35564D

Tints of Spectra #35564D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 35.65%

R = 24.54%
G = 39.81%
B = 35.65%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.10

 K value IS 0.66

RGB Variations

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

Color information

#35564D (or 0x35564D) is known color: Spectra. HEX triplet: 35, 56 and 4D. RGB value is (53,86,77). Sum of RGB (Red+Green+Blue) = 53+86+77=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 86 (33.98% from 255 or 39.81% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 86 - color contains mainly: green. Hex color #35564D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35564D is #CAA9B2. Grayscale: #4B4B4B. Windows color (decimal): -13281715 or 5068341. OLE color: 5068341.

HSL color Cylindrical-coordinate representation of color #35564D: hue angle of 163.64º 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 #35564D is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB 53 86 77 -
CMYK 0.38 0 0.10 0.66
HSL 163.64º 0.24% 0.27% -
HSV(B) 163.64º 0.38% 0.34% -
XYZ 6.14 7.95 8.23 -
YUV 75.11 129.07 112.23 -
System Red Green Blue C M Y K H S L
Decimal 53 86 77 0.38 0 0.10 0.66 163.64 0.24 0.27
Hex 35 56 4D 26 0 A 42 A4 18 1B
Octal 65 126 115 46 0 12 102 244 30 33
Binary 110101 1010110 1001101 100110 0 1010 1000010 10100100 11000 11011

Color Harmonies of #35564D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35564D

Black with #35564D

Text Example


Text Example

White with #35564D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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