Html Css Color HEX #335053 Dark Slate Grey

📋 copy color: '#335053'

red 51 ◦ green 80 ◦ blue 83

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

Shades of Dark Slate Grey #335053

Tints of Dark Slate Grey #335053

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.38%

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

R = 23.83%
G = 37.38%
B = 38.79%

CMYK

 C value IS 0.39

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#335053 (or 0x335053) is known color: Dark Slate Grey. HEX triplet: 33, 50 and 53. RGB value is (51,80,83). Sum of RGB (Red+Green+Blue) = 51+80+83=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 83 - color contains mainly: blue. Hex color #335053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335053 is #CCAFAC. Grayscale: #474747. Windows color (decimal): -13414317 or 5460019. OLE color: 5460019.

HSL color Cylindrical-coordinate representation of color #335053: hue angle of 185.62º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #335053 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 80 83 -
CMYK 0.39 0.04 0 0.67
HSL 185.63º 0.24% 0.26% -
HSV(B) 185.63º 0.39% 0.33% -
XYZ 5.8 7.07 9.24 -
YUV 71.67 134.39 113.26 -
System Red Green Blue C M Y K H S L
Decimal 51 80 83 0.39 0.04 0 0.67 185.63 0.24 0.26
Hex 33 50 53 27 4 0 43 BA 18 1A
Octal 63 120 123 47 4 0 103 272 30 32
Binary 110011 1010000 1010011 100111 100 0 1000011 10111010 11000 11010

Color Harmonies of #335053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335053

Black with #335053

Text Example


Text Example

White with #335053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335053; }

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

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

background-color css

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

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

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

border-color css

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

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

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