Html Css Color HEX #265353 Dark Slate Grey

📋 copy color: '#265353'

red 38 ◦ green 83 ◦ blue 83

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

Shades of Dark Slate Grey #265353

Tints of Dark Slate Grey #265353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 40.69%

R = 18.63%
G = 40.69%
B = 40.69%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#265353 (or 0x265353) is known color: Dark Slate Grey. HEX triplet: 26, 53 and 53. RGB value is (38,83,83). Sum of RGB (Red+Green+Blue) = 38+83+83=204 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.63% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 83 - color contains mainly: green, blue. Hex color #265353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265353 is #D9ACAC. Grayscale: #454545. Windows color (decimal): -14265517 or 5460774. OLE color: 5460774.

HSL color Cylindrical-coordinate representation of color #265353: hue angle of 180º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #265353 is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 38 83 83 -
CMYK 0.54 0 0 0.67
HSL 180º 0.37% 0.24% -
HSV(B) 180º 0.54% 0.33% -
XYZ 5.45 7.22 9.29 -
YUV 69.55 135.59 105.5 -
System Red Green Blue C M Y K H S L
Decimal 38 83 83 0.54 0 0 0.67 180 0.37 0.24
Hex 26 53 53 36 0 0 43 B4 25 18
Octal 46 123 123 66 0 0 103 264 45 30
Binary 100110 1010011 1010011 110110 0 0 1000011 10110100 100101 11000

Color Harmonies of #265353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265353

Black with #265353

Text Example


Text Example

White with #265353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265353; }

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

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

background-color css

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

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

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

border-color css

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

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

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