Html Css Color HEX #255052 Dark Slate Grey

📋 copy color: '#255052'

red 37 ◦ green 80 ◦ blue 82

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

Shades of Dark Slate Grey #255052

Tints of Dark Slate Grey #255052

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.2%

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

R = 18.59%
G = 40.2%
B = 41.21%

CMYK

 C value IS 0.55

 M value IS 0.02

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#255052 (or 0x255052) is known color: Dark Slate Grey. HEX triplet: 25, 50 and 52. RGB value is (37,80,82). Sum of RGB (Red+Green+Blue) = 37+80+82=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 82 (32.42% from 255 or 41.21% from 199); Max value from RGB is 82 - color contains mainly: blue. Hex color #255052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255052 is #DAAFAD. Grayscale: #434343. Windows color (decimal): -14331822 or 5394469. OLE color: 5394469.

HSL color Cylindrical-coordinate representation of color #255052: hue angle of 182.67º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #255052 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 37 80 82 -
CMYK 0.55 0.02 0 0.68
HSL 182.67º 0.38% 0.23% -
HSV(B) 182.67º 0.55% 0.32% -
XYZ 5.15 6.74 9.01 -
YUV 67.37 136.25 106.34 -
System Red Green Blue C M Y K H S L
Decimal 37 80 82 0.55 0.02 0 0.68 182.67 0.38 0.23
Hex 25 50 52 37 2 0 44 B7 26 17
Octal 45 120 122 67 2 0 104 267 46 27
Binary 100101 1010000 1010010 110111 10 0 1000100 10110111 100110 10111

Color Harmonies of #255052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255052

Black with #255052

Text Example


Text Example

White with #255052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255052; }

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

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

background-color css

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

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

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

border-color css

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

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

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