Html Css Color HEX #275450 Dark Slate Grey

📋 copy color: '#275450'

red 39 ◦ green 84 ◦ blue 80

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

Shades of Dark Slate Grey #275450

Tints of Dark Slate Grey #275450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 39.41%

R = 19.21%
G = 41.38%
B = 39.41%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#275450 (or 0x275450) is known color: Dark Slate Grey. HEX triplet: 27, 54 and 50. RGB value is (39,84,80). Sum of RGB (Red+Green+Blue) = 39+84+80=203 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.21% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 84 - color contains mainly: green. Hex color #275450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275450 is #D8ABAF. Grayscale: #464646. Windows color (decimal): -14199728 or 5264423. OLE color: 5264423.

HSL color Cylindrical-coordinate representation of color #275450: hue angle of 174.67º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #275450 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 39 84 80 -
CMYK 0.54 0 0.05 0.67
HSL 174.67º 0.37% 0.24% -
HSV(B) 174.67º 0.54% 0.33% -
XYZ 5.45 7.35 8.72 -
YUV 70.09 133.59 105.83 -
System Red Green Blue C M Y K H S L
Decimal 39 84 80 0.54 0 0.05 0.67 174.67 0.37 0.24
Hex 27 54 50 36 0 5 43 AF 25 18
Octal 47 124 120 66 0 5 103 257 45 30
Binary 100111 1010100 1010000 110110 0 101 1000011 10101111 100101 11000

Color Harmonies of #275450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275450

Black with #275450

Text Example


Text Example

White with #275450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275450; }

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

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

background-color css

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

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

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

border-color css

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

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

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