Html Css Color HEX #275A58 Dark Slate Grey

📋 copy color: '#275A58'

red 39 ◦ green 90 ◦ blue 88

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

Shades of Dark Slate Grey #275A58

Tints of Dark Slate Grey #275A58

RGB

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

 GREEN value IS 90 (35.55% from 255) = 41.47%

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

R = 17.97%
G = 41.47%
B = 40.55%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#275A58 (or 0x275A58) is known color: Dark Slate Grey. HEX triplet: 27, 5A and 58. RGB value is (39,90,88). Sum of RGB (Red+Green+Blue) = 39+90+88=217 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.97% from 217); Green value is 90 (35.55% from 255 or 41.47% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 90 - color contains mainly: green. Hex color #275A58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275A58 is #D8A5A7. Grayscale: #4A4A4A. Windows color (decimal): -14198184 or 5790247. OLE color: 5790247.

HSL color Cylindrical-coordinate representation of color #275A58: hue angle of 177.65º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #275A58 is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 39 90 88 -
CMYK 0.57 0 0.02 0.65
HSL 177.65º 0.4% 0.25% -
HSV(B) 177.65º 0.57% 0.35% -
XYZ 6.25 8.45 10.53 -
YUV 74.52 135.6 102.66 -
System Red Green Blue C M Y K H S L
Decimal 39 90 88 0.57 0 0.02 0.65 177.65 0.4 0.25
Hex 27 5A 58 39 0 2 41 B2 28 19
Octal 47 132 130 71 0 2 101 262 50 31
Binary 100111 1011010 1011000 111001 0 10 1000001 10110010 101000 11001

Color Harmonies of #275A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275A58

Black with #275A58

Text Example


Text Example

White with #275A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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