Html Css Color HEX #275458 Dark Slate Grey

📋 copy color: '#275458'

red 39 ◦ green 84 ◦ blue 88

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

Shades of Dark Slate Grey #275458

Tints of Dark Slate Grey #275458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 41.71%

R = 18.48%
G = 39.81%
B = 41.71%

CMYK

 C value IS 0.56

 M value IS 0.05

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#275458 (or 0x275458) is known color: Dark Slate Grey. HEX triplet: 27, 54 and 58. RGB value is (39,84,88). Sum of RGB (Red+Green+Blue) = 39+84+88=211 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.48% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 88 (34.77% from 255 or 41.71% from 211); Max value from RGB is 88 - color contains mainly: blue. Hex color #275458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275458 is #D8ABA7. Grayscale: #464646. Windows color (decimal): -14199720 or 5788711. OLE color: 5788711.

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

Color convert

RGB 39 84 88 -
CMYK 0.56 0.05 0 0.65
HSL 184.9º 0.39% 0.25% -
HSV(B) 184.9º 0.56% 0.35% -
XYZ 5.77 7.48 10.37 -
YUV 71 137.59 105.17 -
System Red Green Blue C M Y K H S L
Decimal 39 84 88 0.56 0.05 0 0.65 184.9 0.39 0.25
Hex 27 54 58 38 5 0 41 B9 27 19
Octal 47 124 130 70 5 0 101 271 47 31
Binary 100111 1010100 1011000 111000 101 0 1000001 10111001 100111 11001

Color Harmonies of #275458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275458

Black with #275458

Text Example


Text Example

White with #275458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275458; }

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

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

background-color css

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

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

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

border-color css

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

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

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