Html Css Color HEX #58506C Smoky

📋 copy color: '#58506C'

red 88 ◦ green 80 ◦ blue 108

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

Shades of Smoky #58506C

Tints of Smoky #58506C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 39.13%

R = 31.88%
G = 28.99%
B = 39.13%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#58506C (or 0x58506C) is known color: Smoky. HEX triplet: 58, 50 and 6C. RGB value is (88,80,108). Sum of RGB (Red+Green+Blue) = 88+80+108=276 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.88% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 108 - color contains mainly: blue. Hex color #58506C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58506C is #A7AF93. Grayscale: #555555. Windows color (decimal): -10989460 or 7098456. OLE color: 7098456.

HSL color Cylindrical-coordinate representation of color #58506C: hue angle of 257.14º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #58506C is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 88 80 108 -
CMYK 0.19 0.26 0 0.58
HSL 257.14º 0.15% 0.37% -
HSV(B) 257.14º 0.26% 0.42% -
XYZ 9.6 8.89 15.4 -
YUV 85.58 140.65 129.72 -
System Red Green Blue C M Y K H S L
Decimal 88 80 108 0.19 0.26 0 0.58 257.14 0.15 0.37
Hex 58 50 6C 13 1A 0 3A 101 F 25
Octal 130 120 154 23 32 0 72 401 17 45
Binary 1011000 1010000 1101100 10011 11010 0 111010 100000001 1111 100101

Color Harmonies of #58506C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58506C

Black with #58506C

Text Example


Text Example

White with #58506C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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