Html Css Color HEX #58687B Wedgewood

📋 copy color: '#58687B'

red 88 ◦ green 104 ◦ blue 123

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

Shades of Wedgewood #58687B

Tints of Wedgewood #58687B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.05%

R = 27.94%
G = 33.02%
B = 39.05%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#58687B (or 0x58687B) is known color: Wedgewood. HEX triplet: 58, 68 and 7B. RGB value is (88,104,123). Sum of RGB (Red+Green+Blue) = 88+104+123=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 123 - color contains mainly: blue. Hex color #58687B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58687B is #A79784. Grayscale: #656565. Windows color (decimal): -10983301 or 8087640. OLE color: 8087640.

HSL color Cylindrical-coordinate representation of color #58687B: hue angle of 212.57º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #58687B is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 88 104 123 -
CMYK 0.28 0.15 0 0.52
HSL 212.57º 0.17% 0.41% -
HSV(B) 212.57º 0.28% 0.48% -
XYZ 12.55 13.41 20.66 -
YUV 101.38 140.2 118.46 -
System Red Green Blue C M Y K H S L
Decimal 88 104 123 0.28 0.15 0 0.52 212.57 0.17 0.41
Hex 58 68 7B 1C F 0 34 D5 11 29
Octal 130 150 173 34 17 0 64 325 21 51
Binary 1011000 1101000 1111011 11100 1111 0 110100 11010101 10001 101001

Color Harmonies of #58687B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58687B

Black with #58687B

Text Example


Text Example

White with #58687B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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