Html Css Color HEX #275B5B Dark Slate Grey

📋 copy color: '#275B5B'

red 39 ◦ green 91 ◦ blue 91

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

Shades of Dark Slate Grey #275B5B

Tints of Dark Slate Grey #275B5B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 41.18%

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

R = 17.65%
G = 41.18%
B = 41.18%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#275B5B (or 0x275B5B) is known color: Dark Slate Grey. HEX triplet: 27, 5B and 5B. RGB value is (39,91,91). Sum of RGB (Red+Green+Blue) = 39+91+91=221 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.65% from 221); Green value is 91 (35.94% from 255 or 41.18% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 91 - color contains mainly: green, blue. Hex color #275B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275B5B is #D8A4A4. Grayscale: #4B4B4B. Windows color (decimal): -14197925 or 5987111. OLE color: 5987111.

HSL color Cylindrical-coordinate representation of color #275B5B: hue angle of 180º 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 #275B5B is Cyan = 0.57, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 39 91 91 -
CMYK 0.57 0 0 0.64
HSL 180º 0.4% 0.25% -
HSV(B) 180º 0.57% 0.36% -
XYZ 6.47 8.67 11.23 -
YUV 75.45 136.77 102 -
System Red Green Blue C M Y K H S L
Decimal 39 91 91 0.57 0 0 0.64 180 0.4 0.25
Hex 27 5B 5B 39 0 0 40 B4 28 19
Octal 47 133 133 71 0 0 100 264 50 31
Binary 100111 1011011 1011011 111001 0 0 1000000 10110100 101000 11001

Color Harmonies of #275B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275B5B

Black with #275B5B

Text Example


Text Example

White with #275B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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