Html Css Color HEX #265759 Dark Slate Grey

📋 copy color: '#265759'

red 38 ◦ green 87 ◦ blue 89

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

Shades of Dark Slate Grey #265759

Tints of Dark Slate Grey #265759

RGB

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

 GREEN value IS 87 (34.38% from 255) = 40.65%

 BLUE value IS 89 (35.16% from 255) = 41.59%

R = 17.76%
G = 40.65%
B = 41.59%

CMYK

 C value IS 0.57

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#265759 (or 0x265759) is known color: Dark Slate Grey. HEX triplet: 26, 57 and 59. RGB value is (38,87,89). Sum of RGB (Red+Green+Blue) = 38+87+89=214 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.76% from 214); Green value is 87 (34.38% from 255 or 40.65% from 214); Blue value is 89 (35.16% from 255 or 41.59% from 214); Max value from RGB is 89 - color contains mainly: blue. Hex color #265759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265759 is #D9A8A6. Grayscale: #484848. Windows color (decimal): -14264487 or 5855014. OLE color: 5855014.

HSL color Cylindrical-coordinate representation of color #265759: hue angle of 182.35º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #265759 is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 38 87 89 -
CMYK 0.57 0.02 0 0.65
HSL 182.35º 0.4% 0.25% -
HSV(B) 182.35º 0.57% 0.35% -
XYZ 6.01 7.95 10.67 -
YUV 72.58 137.27 103.34 -
System Red Green Blue C M Y K H S L
Decimal 38 87 89 0.57 0.02 0 0.65 182.35 0.4 0.25
Hex 26 57 59 39 2 0 41 B6 28 19
Octal 46 127 131 71 2 0 101 266 50 31
Binary 100110 1010111 1011001 111001 10 0 1000001 10110110 101000 11001

Color Harmonies of #265759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265759

Black with #265759

Text Example


Text Example

White with #265759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265759; }

 p { color: rgb(38,87,89); }

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

background-color css

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

 a { background-color: rgb(38,87,89); }

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

border-color css

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

 span { border-color: rgb(38,87,89); }

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