#255452

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

Shades of Dark Slate Grey #255452

Tints of Dark Slate Grey #255452

Color information

#255452 (or 0x255452) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 54 and 52. RGB value is (37,84,82). Sum of RGB (Red+Green+Blue) = 37+84+82=203 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.23% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 84 - color contains mainly: green. Hex color #255452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255452 is #DAABAD. Grayscale: #454545. Windows color (decimal): -14330798 or 5395493. OLE color: 5395493.

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

Color convert

RGB378482-
CMYK0.5600.020.67
HSL177.45º38.84%23.73%-
HSV(B)177.45º55.95%32.94%-
XYZ5.467.349.11-
YUV69.72134.93104.66-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.23%
GREEN value IS 84 (33.20% from 255) = 41.38%
BLUE value IS 82 (32.42% from 255) = 40.39%
R=18.23%
G=41.38%
B=40.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3784820.5600.020.67177.4538.8423.73
Hex255452380243b12718
Octal4512412270021032614730
Binary1001011010100101001011100001010000111011000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255452; }

 p { color: rgb(37,84,82); }

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

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

 a { background-color: rgb(37,84,82); }

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

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

 span { border-color: rgb(37,84,82); }

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