#255054

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

Shades of Dark Slate Grey #255054

Tints of Dark Slate Grey #255054

Color information

#255054 (or 0x255054) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 50 and 54. RGB value is (37,80,84). Sum of RGB (Red+Green+Blue) = 37+80+84=201 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.41% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 84 (33.20% from 255 or 41.79% from 201); Max value from RGB is 84 - color contains mainly: blue. Hex color #255054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255054 is #DAAFAB. Grayscale: #434343. Windows color (decimal): -14331820 or 5525541. OLE color: 5525541.

HSL color Cylindrical-coordinate representation of color #255054: hue angle of 185.11º 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 #255054 is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB378084-
CMYK0.560.0500.67
HSL185.11º38.84%23.73%-
HSV(B)185.11º55.95%32.94%-
XYZ5.236.779.42-
YUV67.6137.25106.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.41%
GREEN value IS 80 (31.64% from 255) = 39.80%
BLUE value IS 84 (33.20% from 255) = 41.79%
R=18.41%
G=39.80%
B=41.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3780840.560.0500.67185.1138.8423.73
Hex255054385043b92718
Octal4512012470501032714730
Binary10010110100001010100111000101010000111011100110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255054; }

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

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

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

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

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

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

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

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