Html Css Color HEX #275960 Dark Slate Grey

📋 copy color: '#275960'

red 39 ◦ green 89 ◦ blue 96

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

Shades of Dark Slate Grey #275960

Tints of Dark Slate Grey #275960

RGB

 RED value IS 39 (15.63% from 255) = 17.41%

 GREEN value IS 89 (35.16% from 255) = 39.73%

 BLUE value IS 96 (37.89% from 255) = 42.86%

R = 17.41%
G = 39.73%
B = 42.86%

CMYK

 C value IS 0.59

 M value IS 0.07

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#275960 (or 0x275960) is known color: Dark Slate Grey. HEX triplet: 27, 59 and 60. RGB value is (39,89,96). Sum of RGB (Red+Green+Blue) = 39+89+96=224 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.41% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 96 (37.89% from 255 or 42.86% from 224); Max value from RGB is 96 - color contains mainly: blue. Hex color #275960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275960 is #D8A69F. Grayscale: #4A4A4A. Windows color (decimal): -14198432 or 6314279. OLE color: 6314279.

HSL color Cylindrical-coordinate representation of color #275960: hue angle of 187.37º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #275960 is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 39 89 96 -
CMYK 0.59 0.07 0 0.62
HSL 187.37º 0.42% 0.26% -
HSV(B) 187.37º 0.59% 0.38% -
XYZ 6.52 8.42 12.35 -
YUV 74.85 139.94 102.43 -
System Red Green Blue C M Y K H S L
Decimal 39 89 96 0.59 0.07 0 0.62 187.37 0.42 0.26
Hex 27 59 60 3B 7 0 3E BB 2A 1A
Octal 47 131 140 73 7 0 76 273 52 32
Binary 100111 1011001 1100000 111011 111 0 111110 10111011 101010 11010

Color Harmonies of #275960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275960

Black with #275960

Text Example


Text Example

White with #275960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275960; }

 p { color: rgb(39,89,96); }

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

background-color css

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

 a { background-color: rgb(39,89,96); }

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

border-color css

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

 span { border-color: rgb(39,89,96); }

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