#275A5D

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

Shades of Dark Slate Grey #275A5D

Tints of Dark Slate Grey #275A5D

Color information

#275A5D (or 0x275A5D) is unknown color: approx Dark Slate Grey. HEX triplet: 27, 5A and 5D. RGB value is (39,90,93). Sum of RGB (Red+Green+Blue) = 39+90+93=222 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.57% from 222); Green value is 90 (35.55% from 255 or 40.54% from 222); Blue value is 93 (36.72% from 255 or 41.89% from 222); Max value from RGB is 93 - color contains mainly: blue. Hex color #275A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275A5D is #D8A5A2. Grayscale: #4B4B4B. Windows color (decimal): -14198179 or 6117927. OLE color: 6117927.

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

Color convert

RGB399093-
CMYK0.580.0300.64
HSL183.33º40.91%25.88%-
HSV(B)183.33º58.06%36.47%-
XYZ6.478.5311.66-
YUV75.09138.1102.26-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.57%
GREEN value IS 90 (35.55% from 255) = 40.54%
BLUE value IS 93 (36.72% from 255) = 41.89%
R=17.57%
G=40.54%
B=41.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3990930.580.0300.64183.3340.9125.88
Hex275A5D3A3040b7291a
Octal4713213572301002675132
Binary1001111011010101110111101011010000001011011110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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