Html Css Color HEX #586B7D Wedgewood

📋 copy color: '#586B7D'

red 88 ◦ green 107 ◦ blue 125

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

Shades of Wedgewood #586B7D

Tints of Wedgewood #586B7D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.44%

 BLUE value IS 125 (49.22% from 255) = 39.06%

R = 27.5%
G = 33.44%
B = 39.06%

CMYK

 C value IS 0.30

 M value IS 0.14

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#586B7D (or 0x586B7D) is known color: Wedgewood. HEX triplet: 58, 6B and 7D. RGB value is (88,107,125). Sum of RGB (Red+Green+Blue) = 88+107+125=320 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.5% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 125 - color contains mainly: blue. Hex color #586B7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586B7D is #A79482. Grayscale: #676767. Windows color (decimal): -10982531 or 8219480. OLE color: 8219480.

HSL color Cylindrical-coordinate representation of color #586B7D: hue angle of 209.19º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #586B7D is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 88 107 125 -
CMYK 0.30 0.14 0 0.51
HSL 209.19º 0.17% 0.42% -
HSV(B) 209.19º 0.3% 0.49% -
XYZ 12.98 14.07 21.43 -
YUV 103.37 140.21 117.04 -
System Red Green Blue C M Y K H S L
Decimal 88 107 125 0.30 0.14 0 0.51 209.19 0.17 0.42
Hex 58 6B 7D 1E E 0 33 D1 11 2A
Octal 130 153 175 36 16 0 63 321 21 52
Binary 1011000 1101011 1111101 11110 1110 0 110011 11010001 10001 101010

Color Harmonies of #586B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586B7D

Black with #586B7D

Text Example


Text Example

White with #586B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586B7D; }

 p { color: rgb(88,107,125); }

 H1.HeaderClassName
 {
   color: #586B7D;
 }
 .AnyTagClassName
 {
   color: #586B7D;
 }
</style>

background-color css

<style>
 a { background-color: #586B7D; }

 a { background-color: rgb(88,107,125); }

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

border-color css

<style>
 span { border-color: #586B7D; }

 span { border-color: rgb(88,107,125); }

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