Html Css Color HEX #265A5D Dark Slate Grey

📋 copy color: '#265A5D'

red 38 ◦ green 90 ◦ blue 93

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

Shades of Dark Slate Grey #265A5D

Tints of Dark Slate Grey #265A5D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40.72%

 BLUE value IS 93 (36.72% from 255) = 42.08%

R = 17.19%
G = 40.72%
B = 42.08%

CMYK

 C value IS 0.59

 M value IS 0.03

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#265A5D (or 0x265A5D) is known color: Dark Slate Grey. HEX triplet: 26, 5A and 5D. RGB value is (38,90,93). Sum of RGB (Red+Green+Blue) = 38+90+93=221 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.19% from 221); Green value is 90 (35.55% from 255 or 40.72% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 93 - color contains mainly: blue. Hex color #265A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265A5D is #D9A5A2. Grayscale: #4A4A4A. Windows color (decimal): -14263715 or 6117926. OLE color: 6117926.

HSL color Cylindrical-coordinate representation of color #265A5D: hue angle of 183.27º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #265A5D is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 38 90 93 -
CMYK 0.59 0.03 0 0.64
HSL 183.27º 0.42% 0.26% -
HSV(B) 183.27º 0.59% 0.36% -
XYZ 6.43 8.51 11.66 -
YUV 74.79 138.27 101.76 -
System Red Green Blue C M Y K H S L
Decimal 38 90 93 0.59 0.03 0 0.64 183.27 0.42 0.26
Hex 26 5A 5D 3B 3 0 40 B7 2A 1A
Octal 46 132 135 73 3 0 100 267 52 32
Binary 100110 1011010 1011101 111011 11 0 1000000 10110111 101010 11010

Color Harmonies of #265A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265A5D

Black with #265A5D

Text Example


Text Example

White with #265A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265A5D; }

 p { color: rgb(38,90,93); }

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

background-color css

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

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

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

border-color css

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

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

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