Html Css Color HEX #1F5556 Dark Slate Grey

📋 copy color: '#1F5556'

red 31 ◦ green 85 ◦ blue 86

#1F5556
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Grey #1F5556

Tints of Dark Slate Grey #1F5556

RGB

 RED value IS 31 (12.5% from 255) = 15.35%

 GREEN value IS 85 (33.59% from 255) = 42.08%

 BLUE value IS 86 (33.98% from 255) = 42.57%

R = 15.35%
G = 42.08%
B = 42.57%

CMYK

 C value IS 0.64

 M value IS 0.01

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#1F5556 (or 0x1F5556) is known color: Dark Slate Grey. HEX triplet: 1F, 55 and 56. RGB value is (31,85,86). Sum of RGB (Red+Green+Blue) = 31+85+86=202 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.35% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 86 (33.98% from 255 or 42.57% from 202); Max value from RGB is 86 - color contains mainly: blue. Hex color #1F5556 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5556 is #E0AAA9. Grayscale: #444444. Windows color (decimal): -14723754 or 5657887. OLE color: 5657887.

HSL color Cylindrical-coordinate representation of color #1F5556: hue angle of 181.09º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1F5556 is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 31 85 86 -
CMYK 0.64 0.01 0 0.66
HSL 181.09º 0.47% 0.23% -
HSV(B) 181.09º 0.64% 0.34% -
XYZ 5.49 7.46 9.95 -
YUV 68.97 137.61 100.92 -
System Red Green Blue C M Y K H S L
Decimal 31 85 86 0.64 0.01 0 0.66 181.09 0.47 0.23
Hex 1F 55 56 40 1 0 42 B5 2F 17
Octal 37 125 126 100 1 0 102 265 57 27
Binary 11111 1010101 1010110 1000000 1 0 1000010 10110101 101111 10111

Color Harmonies of #1F5556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5556

Black with #1F5556

Text Example


Text Example

White with #1F5556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F5556; }

 p { color: rgb(31,85,86); }

 H1.HeaderClassName
 {
   color: #1F5556;
 }
 .AnyTagClassName
 {
   color: #1F5556;
 }
</style>

background-color css

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

 a { background-color: rgb(31,85,86); }

 div.DivClassName
 {
   background-color: #1F5556;
 }
 .BgClassName
 {
   background-color: #1F5556;
 }
</style>

border-color css

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

 span { border-color: rgb(31,85,86); }

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