Html Css Color HEX #275459 Dark Slate Grey

📋 copy color: '#275459'

red 39 ◦ green 84 ◦ blue 89

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

Shades of Dark Slate Grey #275459

Tints of Dark Slate Grey #275459

RGB

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

 GREEN value IS 84 (33.2% from 255) = 39.62%

 BLUE value IS 89 (35.16% from 255) = 41.98%

R = 18.4%
G = 39.62%
B = 41.98%

CMYK

 C value IS 0.56

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#275459 (or 0x275459) is known color: Dark Slate Grey. HEX triplet: 27, 54 and 59. RGB value is (39,84,89). Sum of RGB (Red+Green+Blue) = 39+84+89=212 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.40% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 89 - color contains mainly: blue. Hex color #275459 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275459 is #D8ABA6. Grayscale: #474747. Windows color (decimal): -14199719 or 5854247. OLE color: 5854247.

HSL color Cylindrical-coordinate representation of color #275459: hue angle of 186º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #275459 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 39 84 89 -
CMYK 0.56 0.06 0 0.65
HSL 186º 0.39% 0.25% -
HSV(B) 186º 0.56% 0.35% -
XYZ 5.81 7.49 10.59 -
YUV 71.12 138.09 105.09 -
System Red Green Blue C M Y K H S L
Decimal 39 84 89 0.56 0.06 0 0.65 186 0.39 0.25
Hex 27 54 59 38 6 0 41 BA 27 19
Octal 47 124 131 70 6 0 101 272 47 31
Binary 100111 1010100 1011001 111000 110 0 1000001 10111010 100111 11001

Color Harmonies of #275459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275459

Black with #275459

Text Example


Text Example

White with #275459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275459; }

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

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

background-color css

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

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

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

border-color css

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

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

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