Html Css Color HEX #265859 Dark Slate Grey

📋 copy color: '#265859'

red 38 ◦ green 88 ◦ blue 89

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

Shades of Dark Slate Grey #265859

Tints of Dark Slate Grey #265859

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40.93%

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

R = 17.67%
G = 40.93%
B = 41.4%

CMYK

 C value IS 0.57

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#265859 (or 0x265859) is known color: Dark Slate Grey. HEX triplet: 26, 58 and 59. RGB value is (38,88,89). Sum of RGB (Red+Green+Blue) = 38+88+89=215 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.67% from 215); Green value is 88 (34.77% from 255 or 40.93% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 89 - color contains mainly: blue. Hex color #265859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265859 is #D9A7A6. Grayscale: #494949. Windows color (decimal): -14264231 or 5855270. OLE color: 5855270.

HSL color Cylindrical-coordinate representation of color #265859: hue angle of 181.18º 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 #265859 is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 38 88 89 -
CMYK 0.57 0.01 0 0.65
HSL 181.18º 0.4% 0.25% -
HSV(B) 181.18º 0.57% 0.35% -
XYZ 6.09 8.11 10.7 -
YUV 73.16 136.94 102.92 -
System Red Green Blue C M Y K H S L
Decimal 38 88 89 0.57 0.01 0 0.65 181.18 0.4 0.25
Hex 26 58 59 39 1 0 41 B5 28 19
Octal 46 130 131 71 1 0 101 265 50 31
Binary 100110 1011000 1011001 111001 1 0 1000001 10110101 101000 11001

Color Harmonies of #265859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265859

Black with #265859

Text Example


Text Example

White with #265859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265859; }

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

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

background-color css

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

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

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

border-color css

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

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

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