Html Css Color HEX #335E52 Spectra

📋 copy color: '#335E52'

red 51 ◦ green 94 ◦ blue 82

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

Shades of Spectra #335E52

Tints of Spectra #335E52

RGB

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

 GREEN value IS 94 (37.11% from 255) = 41.41%

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

R = 22.47%
G = 41.41%
B = 36.12%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.63

RGB Variations

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

Color information

#335E52 (or 0x335E52) is known color: Spectra. HEX triplet: 33, 5E and 52. RGB value is (51,94,82). Sum of RGB (Red+Green+Blue) = 51+94+82=227 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.47% from 227); Green value is 94 (37.11% from 255 or 41.41% from 227); Blue value is 82 (32.42% from 255 or 36.12% from 227); Max value from RGB is 94 - color contains mainly: green. Hex color #335E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335E52 is #CCA1AD. Grayscale: #4F4F4F. Windows color (decimal): -13410734 or 5398067. OLE color: 5398067.

HSL color Cylindrical-coordinate representation of color #335E52: hue angle of 163.26º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #335E52 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.63.

Color convert

RGB 51 94 82 -
CMYK 0.46 0 0.13 0.63
HSL 163.26º 0.3% 0.28% -
HSV(B) 163.26º 0.46% 0.37% -
XYZ 6.89 9.32 9.42 -
YUV 79.78 129.25 107.48 -
System Red Green Blue C M Y K H S L
Decimal 51 94 82 0.46 0 0.13 0.63 163.26 0.3 0.28
Hex 33 5E 52 2E 0 D 3F A3 1E 1C
Octal 63 136 122 56 0 15 77 243 36 34
Binary 110011 1011110 1010010 101110 0 1101 111111 10100011 11110 11100

Color Harmonies of #335E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335E52

Black with #335E52

Text Example


Text Example

White with #335E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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