Html Css Color HEX #1F5453 Dark Slate Grey

📋 copy color: '#1F5453'

red 31 ◦ green 84 ◦ blue 83

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

Shades of Dark Slate Grey #1F5453

Tints of Dark Slate Grey #1F5453

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42.42%

 BLUE value IS 83 (32.81% from 255) = 41.92%

R = 15.66%
G = 42.42%
B = 41.92%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#1F5453 (or 0x1F5453) is known color: Dark Slate Grey. HEX triplet: 1F, 54 and 53. RGB value is (31,84,83). Sum of RGB (Red+Green+Blue) = 31+84+83=198 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.66% from 198); Green value is 84 (33.20% from 255 or 42.42% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 84 - color contains mainly: green. Hex color #1F5453 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5453 is #E0ABAC. Grayscale: #434343. Windows color (decimal): -14724013 or 5461023. OLE color: 5461023.

HSL color Cylindrical-coordinate representation of color #1F5453: hue angle of 178.87º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1F5453 is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB 31 84 83 -
CMYK 0.63 0 0.01 0.67
HSL 178.87º 0.46% 0.23% -
HSV(B) 178.87º 0.63% 0.33% -
XYZ 5.3 7.26 9.31 -
YUV 68.04 136.44 101.58 -
System Red Green Blue C M Y K H S L
Decimal 31 84 83 0.63 0 0.01 0.67 178.87 0.46 0.23
Hex 1F 54 53 3F 0 1 43 B3 2E 17
Octal 37 124 123 77 0 1 103 263 56 27
Binary 11111 1010100 1010011 111111 0 1 1000011 10110011 101110 10111

Color Harmonies of #1F5453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5453

Black with #1F5453

Text Example


Text Example

White with #1F5453

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,84,83); }

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

background-color css

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

 a { background-color: rgb(31,84,83); }

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

border-color css

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

 span { border-color: rgb(31,84,83); }

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