Html Css Color HEX #255352 Dark Slate Grey

📋 copy color: '#255352'

red 37 ◦ green 83 ◦ blue 82

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

Shades of Dark Slate Grey #255352

Tints of Dark Slate Grey #255352

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.09%

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

R = 18.32%
G = 41.09%
B = 40.59%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#255352 (or 0x255352) is known color: Dark Slate Grey. HEX triplet: 25, 53 and 52. RGB value is (37,83,82). Sum of RGB (Red+Green+Blue) = 37+83+82=202 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.32% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 82 (32.42% from 255 or 40.59% from 202); Max value from RGB is 83 - color contains mainly: green. Hex color #255352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255352 is #DAACAD. Grayscale: #454545. Windows color (decimal): -14331054 or 5395237. OLE color: 5395237.

HSL color Cylindrical-coordinate representation of color #255352: hue angle of 178.7º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #255352 is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 83 82 -
CMYK 0.55 0 0.01 0.67
HSL 178.7º 0.38% 0.24% -
HSV(B) 178.7º 0.55% 0.33% -
XYZ 5.38 7.19 9.09 -
YUV 69.13 135.26 105.08 -
System Red Green Blue C M Y K H S L
Decimal 37 83 82 0.55 0 0.01 0.67 178.7 0.38 0.24
Hex 25 53 52 37 0 1 43 B3 26 18
Octal 45 123 122 67 0 1 103 263 46 30
Binary 100101 1010011 1010010 110111 0 1 1000011 10110011 100110 11000

Color Harmonies of #255352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255352

Black with #255352

Text Example


Text Example

White with #255352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255352; }

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

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

background-color css

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

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

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

border-color css

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

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

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