Html Css Color HEX #335052 Dark Slate Grey

📋 copy color: '#335052'

red 51 ◦ green 80 ◦ blue 82

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

Shades of Dark Slate Grey #335052

Tints of Dark Slate Grey #335052

RGB

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

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

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

R = 23.94%
G = 37.56%
B = 38.5%

CMYK

 C value IS 0.38

 M value IS 0.02

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#335052 (or 0x335052) is known color: Dark Slate Grey. HEX triplet: 33, 50 and 52. RGB value is (51,80,82). Sum of RGB (Red+Green+Blue) = 51+80+82=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 82 (32.42% from 255 or 38.50% from 213); Max value from RGB is 82 - color contains mainly: blue. Hex color #335052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335052 is #CCAFAD. Grayscale: #474747. Windows color (decimal): -13414318 or 5394483. OLE color: 5394483.

HSL color Cylindrical-coordinate representation of color #335052: hue angle of 183.87º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #335052 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 51 80 82 -
CMYK 0.38 0.02 0 0.68
HSL 183.87º 0.23% 0.26% -
HSV(B) 183.87º 0.38% 0.32% -
XYZ 5.76 7.05 9.04 -
YUV 71.56 133.89 113.34 -
System Red Green Blue C M Y K H S L
Decimal 51 80 82 0.38 0.02 0 0.68 183.87 0.23 0.26
Hex 33 50 52 26 2 0 44 B8 17 1A
Octal 63 120 122 46 2 0 104 270 27 32
Binary 110011 1010000 1010010 100110 10 0 1000100 10111000 10111 11010

Color Harmonies of #335052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335052

Black with #335052

Text Example


Text Example

White with #335052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335052; }

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

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

background-color css

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

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

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

border-color css

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

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

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