#255055

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

Shades of Dark Slate Grey #255055

Tints of Dark Slate Grey #255055

Color information

#255055 (or 0x255055) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 50 and 55. RGB value is (37,80,85). Sum of RGB (Red+Green+Blue) = 37+80+85=202 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.32% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 85 - color contains mainly: blue. Hex color #255055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255055 is #DAAFAA. Grayscale: #434343. Windows color (decimal): -14331819 or 5591077. OLE color: 5591077.

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

Color convert

RGB378085-
CMYK0.560.0600.67
HSL186.25º39.34%23.92%-
HSV(B)186.25º56.47%33.33%-
XYZ5.276.799.63-
YUV67.71137.75106.09-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.32%
GREEN value IS 80 (31.64% from 255) = 39.60%
BLUE value IS 85 (33.59% from 255) = 42.08%
R=18.32%
G=39.60%
B=42.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3780850.560.0600.67186.2539.3423.92
Hex255055386043ba2718
Octal4512012570601032724730
Binary10010110100001010101111000110010000111011101010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255055; }

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

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

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

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

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

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

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

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