Html Css Color HEX #265555 Dark Slate Grey

📋 copy color: '#265555'

red 38 ◦ green 85 ◦ blue 85

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

Shades of Dark Slate Grey #265555

Tints of Dark Slate Grey #265555

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.87%

 BLUE value IS 85 (33.59% from 255) = 40.87%

R = 18.27%
G = 40.87%
B = 40.87%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#265555 (or 0x265555) is known color: Dark Slate Grey. HEX triplet: 26, 55 and 55. RGB value is (38,85,85). Sum of RGB (Red+Green+Blue) = 38+85+85=208 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.27% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #265555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265555 is #D9AAAA. Grayscale: #464646. Windows color (decimal): -14265003 or 5592358. OLE color: 5592358.

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

Color convert

RGB 38 85 85 -
CMYK 0.55 0 0 0.67
HSL 180º 0.38% 0.24% -
HSV(B) 180º 0.55% 0.33% -
XYZ 5.69 7.56 9.75 -
YUV 70.95 135.93 104.5 -
System Red Green Blue C M Y K H S L
Decimal 38 85 85 0.55 0 0 0.67 180 0.38 0.24
Hex 26 55 55 37 0 0 43 B4 26 18
Octal 46 125 125 67 0 0 103 264 46 30
Binary 100110 1010101 1010101 110111 0 0 1000011 10110100 100110 11000

Color Harmonies of #265555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265555

Black with #265555

Text Example


Text Example

White with #265555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265555; }

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

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

background-color css

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

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

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

border-color css

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

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

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