#305554

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

Shades of Dark Slate Grey #305554

Tints of Dark Slate Grey #305554

Color information

#305554 (or 0x305554) is unknown color: approx Dark Slate Grey. HEX triplet: 30, 55 and 54. RGB value is (48,85,84). Sum of RGB (Red+Green+Blue) = 48+85+84=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 85 (33.59% from 255 or 39.17% from 217); Blue value is 84 (33.20% from 255 or 38.71% from 217); Max value from RGB is 85 - color contains mainly: green. Hex color #305554 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305554 is #CFAAAB. Grayscale: #494949. Windows color (decimal): -13609644 or 5526832. OLE color: 5526832.

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

Color convert

RGB488584-
CMYK0.4400.010.67
HSL178.38º27.82%26.08%-
HSV(B)178.38º43.53%33.33%-
XYZ6.077.779.57-
YUV73.82133.74109.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.12%
GREEN value IS 85 (33.59% from 255) = 39.17%
BLUE value IS 84 (33.20% from 255) = 38.71%
R=22.12%
G=39.17%
B=38.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4885840.4400.010.67178.3827.8226.08
Hex3055542C0143b21c1a
Octal6012512454011032623432
Binary11000010101011010100101100011000011101100101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305554; }

 p { color: rgb(48,85,84); }

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

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

 a { background-color: rgb(48,85,84); }

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

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

 span { border-color: rgb(48,85,84); }

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