Html Css Color HEX #265359 Dark Slate Grey

📋 copy color: '#265359'

red 38 ◦ green 83 ◦ blue 89

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

Shades of Dark Slate Grey #265359

Tints of Dark Slate Grey #265359

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.52%

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

R = 18.1%
G = 39.52%
B = 42.38%

CMYK

 C value IS 0.57

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#265359 (or 0x265359) is known color: Dark Slate Grey. HEX triplet: 26, 53 and 59. RGB value is (38,83,89). Sum of RGB (Red+Green+Blue) = 38+83+89=210 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.10% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 89 - color contains mainly: blue. Hex color #265359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265359 is #D9ACA6. Grayscale: #464646. Windows color (decimal): -14265511 or 5853990. OLE color: 5853990.

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

Color convert

RGB 38 83 89 -
CMYK 0.57 0.07 0 0.65
HSL 187.06º 0.4% 0.25% -
HSV(B) 187.06º 0.57% 0.35% -
XYZ 5.7 7.32 10.56 -
YUV 70.23 138.59 105.01 -
System Red Green Blue C M Y K H S L
Decimal 38 83 89 0.57 0.07 0 0.65 187.06 0.4 0.25
Hex 26 53 59 39 7 0 41 BB 28 19
Octal 46 123 131 71 7 0 101 273 50 31
Binary 100110 1010011 1011001 111001 111 0 1000001 10111011 101000 11001

Color Harmonies of #265359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265359

Black with #265359

Text Example


Text Example

White with #265359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265359; }

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

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

background-color css

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

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

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

border-color css

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

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

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