Html Css Color HEX #265054 Dark Slate Grey

📋 copy color: '#265054'

red 38 ◦ green 80 ◦ blue 84

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

Shades of Dark Slate Grey #265054

Tints of Dark Slate Grey #265054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 41.58%

R = 18.81%
G = 39.6%
B = 41.58%

CMYK

 C value IS 0.55

 M value IS 0.05

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#265054 (or 0x265054) is known color: Dark Slate Grey. HEX triplet: 26, 50 and 54. RGB value is (38,80,84). Sum of RGB (Red+Green+Blue) = 38+80+84=202 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.81% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 84 (33.20% from 255 or 41.58% from 202); Max value from RGB is 84 - color contains mainly: blue. Hex color #265054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265054 is #D9AFAB. Grayscale: #434343. Windows color (decimal): -14266284 or 5525542. OLE color: 5525542.

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

Color convert

RGB 38 80 84 -
CMYK 0.55 0.05 0 0.67
HSL 185.22º 0.38% 0.24% -
HSV(B) 185.22º 0.55% 0.33% -
XYZ 5.27 6.79 9.42 -
YUV 67.9 137.09 106.67 -
System Red Green Blue C M Y K H S L
Decimal 38 80 84 0.55 0.05 0 0.67 185.22 0.38 0.24
Hex 26 50 54 37 5 0 43 B9 26 18
Octal 46 120 124 67 5 0 103 271 46 30
Binary 100110 1010000 1010100 110111 101 0 1000011 10111001 100110 11000

Color Harmonies of #265054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265054

Black with #265054

Text Example


Text Example

White with #265054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265054; }

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

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

background-color css

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

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

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

border-color css

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

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

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