Html Css Color HEX #335D53 Spectra

📋 copy color: '#335D53'

red 51 ◦ green 93 ◦ blue 83

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

Shades of Spectra #335D53

Tints of Spectra #335D53

RGB

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

 GREEN value IS 93 (36.72% from 255) = 40.97%

 BLUE value IS 83 (32.81% from 255) = 36.56%

R = 22.47%
G = 40.97%
B = 36.56%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.11

 K value IS 0.64

RGB Variations

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

Color information

#335D53 (or 0x335D53) is known color: Spectra. HEX triplet: 33, 5D and 53. RGB value is (51,93,83). Sum of RGB (Red+Green+Blue) = 51+93+83=227 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.47% from 227); Green value is 93 (36.72% from 255 or 40.97% from 227); Blue value is 83 (32.81% from 255 or 36.56% from 227); Max value from RGB is 93 - color contains mainly: green. Hex color #335D53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335D53 is #CCA2AC. Grayscale: #4F4F4F. Windows color (decimal): -13410989 or 5463347. OLE color: 5463347.

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

Color convert

RGB 51 93 83 -
CMYK 0.45 0 0.11 0.64
HSL 165.71º 0.29% 0.28% -
HSV(B) 165.71º 0.45% 0.36% -
XYZ 6.84 9.16 9.59 -
YUV 79.3 130.09 107.81 -
System Red Green Blue C M Y K H S L
Decimal 51 93 83 0.45 0 0.11 0.64 165.71 0.29 0.28
Hex 33 5D 53 2D 0 B 40 A6 1D 1C
Octal 63 135 123 55 0 13 100 246 35 34
Binary 110011 1011101 1010011 101101 0 1011 1000000 10100110 11101 11100

Color Harmonies of #335D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335D53

Black with #335D53

Text Example


Text Example

White with #335D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,93,83); }

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

background-color css

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

 a { background-color: rgb(51,93,83); }

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

border-color css

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

 span { border-color: rgb(51,93,83); }

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