#265359

Color #265359 Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #265359

Tints of Dark Slate Grey #265359

Color information

#265359 (or 0x265359) is unknown color: approx Dark Slate Grey. HEX triplet: 26, 53 and 59. RGB value is (38,83,89). Sum of RGB (Red+Green+Blue) = 38+83+89=210 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.10% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 89 - color contains mainly: blue. Hex color #265359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265359 is #D9ACA6. Grayscale: #464646. Windows color (decimal): -14265511 or 5853990. OLE color: 5853990.

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

Color convert

RGB388389-
CMYK0.570.0700.65
HSL187.06º40.16%24.9%-
HSV(B)187.06º57.3%34.9%-
XYZ5.77.3210.56-
YUV70.23138.59105.01-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.10%
GREEN value IS 83 (32.81% from 255) = 39.52%
BLUE value IS 89 (35.16% from 255) = 42.38%
R=18.10%
G=39.52%
B=42.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3883890.570.0700.65187.0640.1624.9
Hex265359397041bb2819
Octal4612313171701012735031
Binary10011010100111011001111001111010000011011101110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265359; }

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

 H1.HeaderClassName
 {
   color: #265359;
 }
 .AnyTagClassName
 {
   color: #265359;
 }
</style>
background-color css

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

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

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

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

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

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