Html Css Color HEX #33574D Spectra

📋 copy color: '#33574D'

red 51 ◦ green 87 ◦ blue 77

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

Shades of Spectra #33574D

Tints of Spectra #33574D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 40.47%

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

R = 23.72%
G = 40.47%
B = 35.81%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.11

 K value IS 0.66

RGB Variations

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

Color information

#33574D (or 0x33574D) is known color: Spectra. HEX triplet: 33, 57 and 4D. RGB value is (51,87,77). Sum of RGB (Red+Green+Blue) = 51+87+77=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 87 (34.38% from 255 or 40.47% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 87 - color contains mainly: green. Hex color #33574D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33574D is #CCA8B2. Grayscale: #4B4B4B. Windows color (decimal): -13412531 or 5068595. OLE color: 5068595.

HSL color Cylindrical-coordinate representation of color #33574D: hue angle of 163.33º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #33574D is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.66.

Color convert

RGB 51 87 77 -
CMYK 0.41 0 0.11 0.66
HSL 163.33º 0.26% 0.27% -
HSV(B) 163.33º 0.41% 0.34% -
XYZ 6.11 8.06 8.25 -
YUV 75.1 129.07 110.81 -
System Red Green Blue C M Y K H S L
Decimal 51 87 77 0.41 0 0.11 0.66 163.33 0.26 0.27
Hex 33 57 4D 29 0 B 42 A3 1A 1B
Octal 63 127 115 51 0 13 102 243 32 33
Binary 110011 1010111 1001101 101001 0 1011 1000010 10100011 11010 11011

Color Harmonies of #33574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33574D

Black with #33574D

Text Example


Text Example

White with #33574D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,87,77); }

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

background-color css

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

 a { background-color: rgb(51,87,77); }

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

border-color css

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

 span { border-color: rgb(51,87,77); }

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