#275A5C

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

Shades of Dark Slate Grey #275A5C

Tints of Dark Slate Grey #275A5C

Color information

#275A5C (or 0x275A5C) is unknown color: approx Dark Slate Grey. HEX triplet: 27, 5A and 5C. RGB value is (39,90,92). Sum of RGB (Red+Green+Blue) = 39+90+92=221 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.65% from 221); Green value is 90 (35.55% from 255 or 40.72% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 92 - color contains mainly: blue. Hex color #275A5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275A5C is #D8A5A3. Grayscale: #4A4A4A. Windows color (decimal): -14198180 or 6052391. OLE color: 6052391.

HSL color Cylindrical-coordinate representation of color #275A5C: hue angle of 182.26º degrees, saturation: 0.4, 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 #275A5C is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB399092-
CMYK0.580.0200.64
HSL182.26º40.46%25.69%-
HSV(B)182.26º57.61%36.08%-
XYZ6.428.5211.43-
YUV74.98137.6102.34-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.65%
GREEN value IS 90 (35.55% from 255) = 40.72%
BLUE value IS 92 (36.33% from 255) = 41.63%
R=17.65%
G=40.72%
B=41.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3990920.580.0200.64182.2640.4625.69
Hex275A5C3A2040b6281a
Octal4713213472201002665032
Binary1001111011010101110011101010010000001011011010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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