Html Css Color HEX #335B52 Spectra

📋 copy color: '#335B52'

red 51 ◦ green 91 ◦ blue 82

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

Shades of Spectra #335B52

Tints of Spectra #335B52

RGB

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

 GREEN value IS 91 (35.94% from 255) = 40.63%

 BLUE value IS 82 (32.42% from 255) = 36.61%

R = 22.77%
G = 40.63%
B = 36.61%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.10

 K value IS 0.64

RGB Variations

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

Color information

#335B52 (or 0x335B52) is known color: Spectra. HEX triplet: 33, 5B and 52. RGB value is (51,91,82). Sum of RGB (Red+Green+Blue) = 51+91+82=224 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.77% from 224); Green value is 91 (35.94% from 255 or 40.62% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 91 - color contains mainly: green. Hex color #335B52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335B52 is #CCA4AD. Grayscale: #4E4E4E. Windows color (decimal): -13411502 or 5397299. OLE color: 5397299.

HSL color Cylindrical-coordinate representation of color #335B52: hue angle of 166.5º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #335B52 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.

Color convert

RGB 51 91 82 -
CMYK 0.44 0 0.10 0.64
HSL 166.5º 0.28% 0.28% -
HSV(B) 166.5º 0.44% 0.36% -
XYZ 6.63 8.8 9.33 -
YUV 78.01 130.25 108.73 -
System Red Green Blue C M Y K H S L
Decimal 51 91 82 0.44 0 0.10 0.64 166.5 0.28 0.28
Hex 33 5B 52 2C 0 A 40 A6 1C 1C
Octal 63 133 122 54 0 12 100 246 34 34
Binary 110011 1011011 1010010 101100 0 1010 1000000 10100110 11100 11100

Color Harmonies of #335B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335B52

Black with #335B52

Text Example


Text Example

White with #335B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335B52; }

 p { color: rgb(51,91,82); }

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

background-color css

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

 a { background-color: rgb(51,91,82); }

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

border-color css

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

 span { border-color: rgb(51,91,82); }

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