Html Css Color HEX #33584F Spectra

📋 copy color: '#33584F'

red 51 ◦ green 88 ◦ blue 79

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

Shades of Spectra #33584F

Tints of Spectra #33584F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40.37%

 BLUE value IS 79 (31.25% from 255) = 36.24%

R = 23.39%
G = 40.37%
B = 36.24%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#33584F (or 0x33584F) is known color: Spectra. HEX triplet: 33, 58 and 4F. RGB value is (51,88,79). Sum of RGB (Red+Green+Blue) = 51+88+79=218 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.39% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 88 - color contains mainly: green. Hex color #33584F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33584F is #CCA7B0. Grayscale: #4B4B4B. Windows color (decimal): -13412273 or 5199923. OLE color: 5199923.

HSL color Cylindrical-coordinate representation of color #33584F: hue angle of 165.41º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #33584F is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 51 88 79 -
CMYK 0.42 0 0.10 0.65
HSL 165.41º 0.27% 0.27% -
HSV(B) 165.41º 0.42% 0.35% -
XYZ 6.27 8.25 8.66 -
YUV 75.91 129.74 110.23 -
System Red Green Blue C M Y K H S L
Decimal 51 88 79 0.42 0 0.10 0.65 165.41 0.27 0.27
Hex 33 58 4F 2A 0 A 41 A5 1B 1B
Octal 63 130 117 52 0 12 101 245 33 33
Binary 110011 1011000 1001111 101010 0 1010 1000001 10100101 11011 11011

Color Harmonies of #33584F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33584F

Black with #33584F

Text Example


Text Example

White with #33584F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33584F; }

 p { color: rgb(51,88,79); }

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

background-color css

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

 a { background-color: rgb(51,88,79); }

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

border-color css

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

 span { border-color: rgb(51,88,79); }

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