Html Css Color HEX #255451 Dark Slate Grey

📋 copy color: '#255451'

red 37 ◦ green 84 ◦ blue 81

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

Shades of Dark Slate Grey #255451

Tints of Dark Slate Grey #255451

RGB

 RED value IS 37 (14.84% from 255) = 18.32%

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

 BLUE value IS 81 (32.03% from 255) = 40.1%

R = 18.32%
G = 41.58%
B = 40.1%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#255451 (or 0x255451) is known color: Dark Slate Grey. HEX triplet: 25, 54 and 51. RGB value is (37,84,81). Sum of RGB (Red+Green+Blue) = 37+84+81=202 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.32% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 81 (32.03% from 255 or 40.10% from 202); Max value from RGB is 84 - color contains mainly: green. Hex color #255451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255451 is #DAABAE. Grayscale: #454545. Windows color (decimal): -14330799 or 5329957. OLE color: 5329957.

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

Color convert

RGB 37 84 81 -
CMYK 0.56 0 0.04 0.67
HSL 176.17º 0.39% 0.24% -
HSV(B) 176.17º 0.56% 0.33% -
XYZ 5.42 7.33 8.91 -
YUV 69.61 134.43 104.74 -
System Red Green Blue C M Y K H S L
Decimal 37 84 81 0.56 0 0.04 0.67 176.17 0.39 0.24
Hex 25 54 51 38 0 4 43 B0 27 18
Octal 45 124 121 70 0 4 103 260 47 30
Binary 100101 1010100 1010001 111000 0 100 1000011 10110000 100111 11000

Color Harmonies of #255451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255451

Black with #255451

Text Example


Text Example

White with #255451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255451; }

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

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

background-color css

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

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

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

border-color css

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

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

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