Html Css Color HEX #255452 Dark Slate Grey

📋 copy color: '#255452'

red 37 ◦ green 84 ◦ blue 82

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

Shades of Dark Slate Grey #255452

Tints of Dark Slate Grey #255452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 40.39%

R = 18.23%
G = 41.38%
B = 40.39%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#255452 (or 0x255452) is known color: Dark Slate Grey. HEX triplet: 25, 54 and 52. RGB value is (37,84,82). Sum of RGB (Red+Green+Blue) = 37+84+82=203 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.23% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 84 - color contains mainly: green. Hex color #255452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255452 is #DAABAD. Grayscale: #454545. Windows color (decimal): -14330798 or 5395493. OLE color: 5395493.

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

Color convert

RGB 37 84 82 -
CMYK 0.56 0 0.02 0.67
HSL 177.45º 0.39% 0.24% -
HSV(B) 177.45º 0.56% 0.33% -
XYZ 5.46 7.34 9.11 -
YUV 69.72 134.93 104.66 -
System Red Green Blue C M Y K H S L
Decimal 37 84 82 0.56 0 0.02 0.67 177.45 0.39 0.24
Hex 25 54 52 38 0 2 43 B1 27 18
Octal 45 124 122 70 0 2 103 261 47 30
Binary 100101 1010100 1010010 111000 0 10 1000011 10110001 100111 11000

Color Harmonies of #255452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255452

Black with #255452

Text Example


Text Example

White with #255452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255452; }

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

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

background-color css

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

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

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

border-color css

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

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

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