Html Css Color HEX #265053 Dark Slate Grey

📋 copy color: '#265053'

red 38 ◦ green 80 ◦ blue 83

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

Shades of Dark Slate Grey #265053

Tints of Dark Slate Grey #265053

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.8%

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

R = 18.91%
G = 39.8%
B = 41.29%

CMYK

 C value IS 0.54

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#265053 (or 0x265053) is known color: Dark Slate Grey. HEX triplet: 26, 50 and 53. RGB value is (38,80,83). Sum of RGB (Red+Green+Blue) = 38+80+83=201 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.91% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 83 - color contains mainly: blue. Hex color #265053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265053 is #D9AFAC. Grayscale: #434343. Windows color (decimal): -14266285 or 5460006. OLE color: 5460006.

HSL color Cylindrical-coordinate representation of color #265053: hue angle of 184º 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 #265053 is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 38 80 83 -
CMYK 0.54 0.04 0 0.67
HSL 184º 0.37% 0.24% -
HSV(B) 184º 0.54% 0.33% -
XYZ 5.23 6.77 9.22 -
YUV 67.78 136.59 106.76 -
System Red Green Blue C M Y K H S L
Decimal 38 80 83 0.54 0.04 0 0.67 184 0.37 0.24
Hex 26 50 53 36 4 0 43 B8 25 18
Octal 46 120 123 66 4 0 103 270 45 30
Binary 100110 1010000 1010011 110110 100 0 1000011 10111000 100101 11000

Color Harmonies of #265053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265053

Black with #265053

Text Example


Text Example

White with #265053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265053; }

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

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

background-color css

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

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

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

border-color css

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

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

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