Html Css Color HEX #2C555A Dark Slate Grey

📋 copy color: '#2C555A'

red 44 ◦ green 85 ◦ blue 90

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

Shades of Dark Slate Grey #2C555A

Tints of Dark Slate Grey #2C555A

RGB

 RED value IS 44 (17.58% from 255) = 20.09%

 GREEN value IS 85 (33.59% from 255) = 38.81%

 BLUE value IS 90 (35.55% from 255) = 41.1%

R = 20.09%
G = 38.81%
B = 41.1%

CMYK

 C value IS 0.51

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2C555A (or 0x2C555A) is known color: Dark Slate Grey. HEX triplet: 2C, 55 and 5A. RGB value is (44,85,90). Sum of RGB (Red+Green+Blue) = 44+85+90=219 (29% of max value = 765). Red value is 44 (17.58% from 255 or 20.09% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 90 - color contains mainly: blue. Hex color #2C555A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C555A is #D3AAA5. Grayscale: #494949. Windows color (decimal): -13871782 or 5920044. OLE color: 5920044.

HSL color Cylindrical-coordinate representation of color #2C555A: hue angle of 186.52º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2C555A is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 44 85 90 -
CMYK 0.51 0.06 0 0.65
HSL 186.52º 0.34% 0.26% -
HSV(B) 186.52º 0.51% 0.35% -
XYZ 6.13 7.77 10.85 -
YUV 73.31 137.42 107.09 -
System Red Green Blue C M Y K H S L
Decimal 44 85 90 0.51 0.06 0 0.65 186.52 0.34 0.26
Hex 2C 55 5A 33 6 0 41 BB 22 1A
Octal 54 125 132 63 6 0 101 273 42 32
Binary 101100 1010101 1011010 110011 110 0 1000001 10111011 100010 11010

Color Harmonies of #2C555A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C555A

Black with #2C555A

Text Example


Text Example

White with #2C555A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C555A; }

 p { color: rgb(44,85,90); }

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

background-color css

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

 a { background-color: rgb(44,85,90); }

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

border-color css

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

 span { border-color: rgb(44,85,90); }

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