Html Css Color HEX #255353 Dark Slate Grey

📋 copy color: '#255353'

red 37 ◦ green 83 ◦ blue 83

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

Shades of Dark Slate Grey #255353

Tints of Dark Slate Grey #255353

RGB

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

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

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

R = 18.23%
G = 40.89%
B = 40.89%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#255353 (or 0x255353) is known color: Dark Slate Grey. HEX triplet: 25, 53 and 53. RGB value is (37,83,83). Sum of RGB (Red+Green+Blue) = 37+83+83=203 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.23% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 83 - color contains mainly: green, blue. Hex color #255353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255353 is #DAACAC. Grayscale: #454545. Windows color (decimal): -14331053 or 5460773. OLE color: 5460773.

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

Color convert

RGB 37 83 83 -
CMYK 0.55 0 0 0.67
HSL 180º 0.38% 0.24% -
HSV(B) 180º 0.55% 0.33% -
XYZ 5.42 7.2 9.29 -
YUV 69.25 135.76 105 -
System Red Green Blue C M Y K H S L
Decimal 37 83 83 0.55 0 0 0.67 180 0.38 0.24
Hex 25 53 53 37 0 0 43 B4 26 18
Octal 45 123 123 67 0 0 103 264 46 30
Binary 100101 1010011 1010011 110111 0 0 1000011 10110100 100110 11000

Color Harmonies of #255353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255353

Black with #255353

Text Example


Text Example

White with #255353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255353; }

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

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

background-color css

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

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

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

border-color css

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

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

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