Html Css Color HEX #275A5B Dark Slate Grey

📋 copy color: '#275A5B'

red 39 ◦ green 90 ◦ blue 91

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

Shades of Dark Slate Grey #275A5B

Tints of Dark Slate Grey #275A5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 41.36%

R = 17.73%
G = 40.91%
B = 41.36%

CMYK

 C value IS 0.57

 M value IS 0.01

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#275A5B (or 0x275A5B) is known color: Dark Slate Grey. HEX triplet: 27, 5A and 5B. RGB value is (39,90,91). Sum of RGB (Red+Green+Blue) = 39+90+91=220 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.73% from 220); Green value is 90 (35.55% from 255 or 40.91% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 91 - color contains mainly: blue. Hex color #275A5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275A5B is #D8A5A4. Grayscale: #4A4A4A. Windows color (decimal): -14198181 or 5986855. OLE color: 5986855.

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

Color convert

RGB 39 90 91 -
CMYK 0.57 0.01 0 0.64
HSL 181.15º 0.4% 0.25% -
HSV(B) 181.15º 0.57% 0.36% -
XYZ 6.38 8.5 11.2 -
YUV 74.87 137.1 102.42 -
System Red Green Blue C M Y K H S L
Decimal 39 90 91 0.57 0.01 0 0.64 181.15 0.4 0.25
Hex 27 5A 5B 39 1 0 40 B5 28 19
Octal 47 132 133 71 1 0 100 265 50 31
Binary 100111 1011010 1011011 111001 1 0 1000000 10110101 101000 11001

Color Harmonies of #275A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275A5B

Black with #275A5B

Text Example


Text Example

White with #275A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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