#334E53

Color #334E53 Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #334E53

Tints of Dark Slate Grey #334E53

Color information

#334E53 (or 0x334E53) is unknown color: approx Dark Slate Grey. HEX triplet: 33, 4E and 53. RGB value is (51,78,83). Sum of RGB (Red+Green+Blue) = 51+78+83=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 78 (30.86% from 255 or 36.79% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 83 - color contains mainly: blue. Hex color #334E53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334E53 is #CCB1AC. Grayscale: #464646. Windows color (decimal): -13414829 or 5459507. OLE color: 5459507.

HSL color Cylindrical-coordinate representation of color #334E53: hue angle of 189.38º 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 #334E53 is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB517883-
CMYK0.390.0600.67
HSL189.38º23.88%26.27%-
HSV(B)189.38º38.55%32.55%-
XYZ5.656.789.19-
YUV70.5135.05114.09-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.06%
GREEN value IS 78 (30.86% from 255) = 36.79%
BLUE value IS 83 (32.81% from 255) = 39.15%
R=24.06%
G=36.79%
B=39.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5178830.390.0600.67189.3823.8826.27
Hex334E53276043bd181a
Octal6311612347601032753032
Binary1100111001110101001110011111001000011101111011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334E53; }

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

 H1.HeaderClassName
 {
   color: #334E53;
 }
 .AnyTagClassName
 {
   color: #334E53;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #334E53;
 }
 .BgClassName
 {
   background-color: #334E53;
 }
</style>
border-color css

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

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

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