Html Css Color HEX #335547 Spectra

📋 copy color: '#335547'

red 51 ◦ green 85 ◦ blue 71

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

Shades of Spectra #335547

Tints of Spectra #335547

RGB

 RED value IS 51 (20.31% from 255) = 24.64%

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

 BLUE value IS 71 (28.13% from 255) = 34.3%

R = 24.64%
G = 41.06%
B = 34.3%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#335547 (or 0x335547) is known color: Spectra. HEX triplet: 33, 55 and 47. RGB value is (51,85,71). Sum of RGB (Red+Green+Blue) = 51+85+71=207 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.64% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 71 (28.12% from 255 or 34.30% from 207); Max value from RGB is 85 - color contains mainly: green. Hex color #335547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335547 is #CCAAB8. Grayscale: #494949. Windows color (decimal): -13413049 or 4674867. OLE color: 4674867.

HSL color Cylindrical-coordinate representation of color #335547: hue angle of 155.29º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #335547 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 85 71 -
CMYK 0.40 0 0.16 0.67
HSL 155.29º 0.25% 0.27% -
HSV(B) 155.29º 0.4% 0.33% -
XYZ 5.75 7.66 7.14 -
YUV 73.24 126.74 112.14 -
System Red Green Blue C M Y K H S L
Decimal 51 85 71 0.40 0 0.16 0.67 155.29 0.25 0.27
Hex 33 55 47 28 0 10 43 9B 19 1B
Octal 63 125 107 50 0 20 103 233 31 33
Binary 110011 1010101 1000111 101000 0 10000 1000011 10011011 11001 11011

Color Harmonies of #335547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335547

Black with #335547

Text Example


Text Example

White with #335547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335547; }

 p { color: rgb(51,85,71); }

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

background-color css

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

 a { background-color: rgb(51,85,71); }

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

border-color css

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

 span { border-color: rgb(51,85,71); }

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