Html Css Color HEX #335055 Dark Slate Grey

📋 copy color: '#335055'

red 51 ◦ green 80 ◦ blue 85

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

Shades of Dark Slate Grey #335055

Tints of Dark Slate Grey #335055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 39.35%

R = 23.61%
G = 37.04%
B = 39.35%

CMYK

 C value IS 0.40

 M value IS 0.06

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#335055 (or 0x335055) is known color: Dark Slate Grey. HEX triplet: 33, 50 and 55. RGB value is (51,80,85). Sum of RGB (Red+Green+Blue) = 51+80+85=216 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.61% from 216); Green value is 80 (31.64% from 255 or 37.04% from 216); Blue value is 85 (33.59% from 255 or 39.35% from 216); Max value from RGB is 85 - color contains mainly: blue. Hex color #335055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335055 is #CCAFAA. Grayscale: #474747. Windows color (decimal): -13414315 or 5591091. OLE color: 5591091.

HSL color Cylindrical-coordinate representation of color #335055: hue angle of 188.82º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #335055 is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 80 85 -
CMYK 0.40 0.06 0 0.67
HSL 188.82º 0.25% 0.27% -
HSV(B) 188.82º 0.4% 0.33% -
XYZ 5.87 7.1 9.65 -
YUV 71.9 135.39 113.09 -
System Red Green Blue C M Y K H S L
Decimal 51 80 85 0.40 0.06 0 0.67 188.82 0.25 0.27
Hex 33 50 55 28 6 0 43 BD 19 1B
Octal 63 120 125 50 6 0 103 275 31 33
Binary 110011 1010000 1010101 101000 110 0 1000011 10111101 11001 11011

Color Harmonies of #335055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335055

Black with #335055

Text Example


Text Example

White with #335055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335055; }

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

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

background-color css

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

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

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

border-color css

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

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

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