Html Css Color HEX #2F5055 Dark Slate Grey

📋 copy color: '#2F5055'

red 47 ◦ green 80 ◦ blue 85

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

Shades of Dark Slate Grey #2F5055

Tints of Dark Slate Grey #2F5055

RGB

 RED value IS 47 (18.75% from 255) = 22.17%

 GREEN value IS 80 (31.64% from 255) = 37.74%

 BLUE value IS 85 (33.59% from 255) = 40.09%

R = 22.17%
G = 37.74%
B = 40.09%

CMYK

 C value IS 0.45

 M value IS 0.06

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#2F5055 (or 0x2F5055) is known color: Dark Slate Grey. HEX triplet: 2F, 50 and 55. RGB value is (47,80,85). Sum of RGB (Red+Green+Blue) = 47+80+85=212 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.17% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 85 - color contains mainly: blue. Hex color #2F5055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5055 is #D0AFAA. Grayscale: #464646. Windows color (decimal): -13676459 or 5591087. OLE color: 5591087.

HSL color Cylindrical-coordinate representation of color #2F5055: hue angle of 187.89º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2F5055 is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 47 80 85 -
CMYK 0.45 0.06 0 0.67
HSL 187.89º 0.29% 0.26% -
HSV(B) 187.89º 0.45% 0.33% -
XYZ 5.68 7 9.65 -
YUV 70.7 136.07 111.09 -
System Red Green Blue C M Y K H S L
Decimal 47 80 85 0.45 0.06 0 0.67 187.89 0.29 0.26
Hex 2F 50 55 2D 6 0 43 BC 1D 1A
Octal 57 120 125 55 6 0 103 274 35 32
Binary 101111 1010000 1010101 101101 110 0 1000011 10111100 11101 11010

Color Harmonies of #2F5055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5055

Black with #2F5055

Text Example


Text Example

White with #2F5055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,80,85); }

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

background-color css

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

 a { background-color: rgb(47,80,85); }

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

border-color css

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

 span { border-color: rgb(47,80,85); }

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