Html Css Color HEX #265956 Dark Slate Grey

📋 copy color: '#265956'

red 38 ◦ green 89 ◦ blue 86

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

Shades of Dark Slate Grey #265956

Tints of Dark Slate Grey #265956

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.78%

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

R = 17.84%
G = 41.78%
B = 40.38%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#265956 (or 0x265956) is known color: Dark Slate Grey. HEX triplet: 26, 59 and 56. RGB value is (38,89,86). Sum of RGB (Red+Green+Blue) = 38+89+86=213 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.84% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 86 (33.98% from 255 or 40.38% from 213); Max value from RGB is 89 - color contains mainly: green. Hex color #265956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265956 is #D9A6A9. Grayscale: #494949. Windows color (decimal): -14263978 or 5658918. OLE color: 5658918.

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

Color convert

RGB 38 89 86 -
CMYK 0.57 0 0.03 0.65
HSL 176.47º 0.4% 0.25% -
HSV(B) 176.47º 0.57% 0.35% -
XYZ 6.05 8.23 10.07 -
YUV 73.41 135.1 102.74 -
System Red Green Blue C M Y K H S L
Decimal 38 89 86 0.57 0 0.03 0.65 176.47 0.4 0.25
Hex 26 59 56 39 0 3 41 B0 28 19
Octal 46 131 126 71 0 3 101 260 50 31
Binary 100110 1011001 1010110 111001 0 11 1000001 10110000 101000 11001

Color Harmonies of #265956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265956

Black with #265956

Text Example


Text Example

White with #265956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265956; }

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

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

background-color css

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

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

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

border-color css

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

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

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