Html Css Color HEX #33554A Spectra

📋 copy color: '#33554A'

red 51 ◦ green 85 ◦ blue 74

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

Shades of Spectra #33554A

Tints of Spectra #33554A

RGB

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

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

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

R = 24.29%
G = 40.48%
B = 35.24%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#33554A (or 0x33554A) is known color: Spectra. HEX triplet: 33, 55 and 4A. RGB value is (51,85,74). Sum of RGB (Red+Green+Blue) = 51+85+74=210 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.29% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 85 - color contains mainly: green. Hex color #33554A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33554A is #CCAAB5. Grayscale: #494949. Windows color (decimal): -13413046 or 4871475. OLE color: 4871475.

HSL color Cylindrical-coordinate representation of color #33554A: hue angle of 160.59º 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 #33554A is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 85 74 -
CMYK 0.40 0 0.13 0.67
HSL 160.59º 0.25% 0.27% -
HSV(B) 160.59º 0.4% 0.33% -
XYZ 5.85 7.7 7.66 -
YUV 73.58 128.24 111.89 -
System Red Green Blue C M Y K H S L
Decimal 51 85 74 0.40 0 0.13 0.67 160.59 0.25 0.27
Hex 33 55 4A 28 0 D 43 A1 19 1B
Octal 63 125 112 50 0 15 103 241 31 33
Binary 110011 1010101 1001010 101000 0 1101 1000011 10100001 11001 11011

Color Harmonies of #33554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33554A

Black with #33554A

Text Example


Text Example

White with #33554A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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