Html Css Color HEX #58687C Wedgewood

📋 copy color: '#58687C'

red 88 ◦ green 104 ◦ blue 124

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

Shades of Wedgewood #58687C

Tints of Wedgewood #58687C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.91%

 BLUE value IS 124 (48.83% from 255) = 39.24%

R = 27.85%
G = 32.91%
B = 39.24%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#58687C (or 0x58687C) is known color: Wedgewood. HEX triplet: 58, 68 and 7C. RGB value is (88,104,124). Sum of RGB (Red+Green+Blue) = 88+104+124=316 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.85% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 124 - color contains mainly: blue. Hex color #58687C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58687C is #A79783. Grayscale: #656565. Windows color (decimal): -10983300 or 8153176. OLE color: 8153176.

HSL color Cylindrical-coordinate representation of color #58687C: hue angle of 213.33º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #58687C is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 88 104 124 -
CMYK 0.29 0.16 0 0.51
HSL 213.33º 0.17% 0.42% -
HSV(B) 213.33º 0.29% 0.49% -
XYZ 12.61 13.43 21 -
YUV 101.5 140.7 118.37 -
System Red Green Blue C M Y K H S L
Decimal 88 104 124 0.29 0.16 0 0.51 213.33 0.17 0.42
Hex 58 68 7C 1D 10 0 33 D5 11 2A
Octal 130 150 174 35 20 0 63 325 21 52
Binary 1011000 1101000 1111100 11101 10000 0 110011 11010101 10001 101010

Color Harmonies of #58687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58687C

Black with #58687C

Text Example


Text Example

White with #58687C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,104,124); }

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

background-color css

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

 a { background-color: rgb(88,104,124); }

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

border-color css

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

 span { border-color: rgb(88,104,124); }

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