Html Css Color HEX #58506F Smoky

📋 copy color: '#58506F'

red 88 ◦ green 80 ◦ blue 111

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

Shades of Smoky #58506F

Tints of Smoky #58506F

RGB

 RED value IS 88 (34.77% from 255) = 31.54%

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

 BLUE value IS 111 (43.75% from 255) = 39.78%

R = 31.54%
G = 28.67%
B = 39.78%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#58506F (or 0x58506F) is known color: Smoky. HEX triplet: 58, 50 and 6F. RGB value is (88,80,111). Sum of RGB (Red+Green+Blue) = 88+80+111=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 111 - color contains mainly: blue. Hex color #58506F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58506F is #A7AF90. Grayscale: #555555. Windows color (decimal): -10989457 or 7295064. OLE color: 7295064.

HSL color Cylindrical-coordinate representation of color #58506F: hue angle of 255.48º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #58506F is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 88 80 111 -
CMYK 0.21 0.28 0 0.56
HSL 255.48º 0.16% 0.37% -
HSV(B) 255.48º 0.28% 0.44% -
XYZ 9.76 8.96 16.25 -
YUV 85.93 142.15 129.48 -
System Red Green Blue C M Y K H S L
Decimal 88 80 111 0.21 0.28 0 0.56 255.48 0.16 0.37
Hex 58 50 6F 15 1C 0 38 FF 10 25
Octal 130 120 157 25 34 0 70 377 20 45
Binary 1011000 1010000 1101111 10101 11100 0 111000 11111111 10000 100101

Color Harmonies of #58506F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58506F

Black with #58506F

Text Example


Text Example

White with #58506F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58506F; }

 p { color: rgb(88,80,111); }

 H1.HeaderClassName
 {
   color: #58506F;
 }
 .AnyTagClassName
 {
   color: #58506F;
 }
</style>

background-color css

<style>
 a { background-color: #58506F; }

 a { background-color: rgb(88,80,111); }

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

border-color css

<style>
 span { border-color: #58506F; }

 span { border-color: rgb(88,80,111); }

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