Html Css Color HEX #265458 Dark Slate Grey

📋 copy color: '#265458'

red 38 ◦ green 84 ◦ blue 88

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

Shades of Dark Slate Grey #265458

Tints of Dark Slate Grey #265458

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40%

 BLUE value IS 88 (34.77% from 255) = 41.9%

R = 18.1%
G = 40%
B = 41.9%

CMYK

 C value IS 0.57

 M value IS 0.05

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#265458 (or 0x265458) is known color: Dark Slate Grey. HEX triplet: 26, 54 and 58. RGB value is (38,84,88). Sum of RGB (Red+Green+Blue) = 38+84+88=210 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.10% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 88 (34.77% from 255 or 41.90% from 210); Max value from RGB is 88 - color contains mainly: blue. Hex color #265458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265458 is #D9ABA7. Grayscale: #464646. Windows color (decimal): -14265256 or 5788710. OLE color: 5788710.

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

Color convert

RGB 38 84 88 -
CMYK 0.57 0.05 0 0.65
HSL 184.8º 0.4% 0.25% -
HSV(B) 184.8º 0.57% 0.35% -
XYZ 5.73 7.46 10.37 -
YUV 70.7 137.76 104.67 -
System Red Green Blue C M Y K H S L
Decimal 38 84 88 0.57 0.05 0 0.65 184.8 0.4 0.25
Hex 26 54 58 39 5 0 41 B9 28 19
Octal 46 124 130 71 5 0 101 271 50 31
Binary 100110 1010100 1011000 111001 101 0 1000001 10111001 101000 11001

Color Harmonies of #265458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265458

Black with #265458

Text Example


Text Example

White with #265458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265458; }

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

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

background-color css

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

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

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

border-color css

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

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

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