Html Css Color HEX #265256 Dark Slate Grey

📋 copy color: '#265256'

red 38 ◦ green 82 ◦ blue 86

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

Shades of Dark Slate Grey #265256

Tints of Dark Slate Grey #265256

RGB

 RED value IS 38 (15.23% from 255) = 18.45%

 GREEN value IS 82 (32.42% from 255) = 39.81%

 BLUE value IS 86 (33.98% from 255) = 41.75%

R = 18.45%
G = 39.81%
B = 41.75%

CMYK

 C value IS 0.56

 M value IS 0.05

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#265256 (or 0x265256) is known color: Dark Slate Grey. HEX triplet: 26, 52 and 56. RGB value is (38,82,86). Sum of RGB (Red+Green+Blue) = 38+82+86=206 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.45% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 86 (33.98% from 255 or 41.75% from 206); Max value from RGB is 86 - color contains mainly: blue. Hex color #265256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265256 is #D9ADA9. Grayscale: #454545. Windows color (decimal): -14265770 or 5657126. OLE color: 5657126.

HSL color Cylindrical-coordinate representation of color #265256: hue angle of 185º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #265256 is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 38 82 86 -
CMYK 0.56 0.05 0 0.66
HSL 185º 0.39% 0.24% -
HSV(B) 185º 0.56% 0.34% -
XYZ 5.5 7.12 9.89 -
YUV 69.3 137.42 105.67 -
System Red Green Blue C M Y K H S L
Decimal 38 82 86 0.56 0.05 0 0.66 185 0.39 0.24
Hex 26 52 56 38 5 0 42 B9 27 18
Octal 46 122 126 70 5 0 102 271 47 30
Binary 100110 1010010 1010110 111000 101 0 1000010 10111001 100111 11000

Color Harmonies of #265256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265256

Black with #265256

Text Example


Text Example

White with #265256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265256; }

 p { color: rgb(38,82,86); }

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

background-color css

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

 a { background-color: rgb(38,82,86); }

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

border-color css

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

 span { border-color: rgb(38,82,86); }

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