Html Css Color HEX #586B7E Wedgewood

📋 copy color: '#586B7E'

red 88 ◦ green 107 ◦ blue 126

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

Shades of Wedgewood #586B7E

Tints of Wedgewood #586B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 39.25%

R = 27.41%
G = 33.33%
B = 39.25%

CMYK

 C value IS 0.30

 M value IS 0.15

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#586B7E (or 0x586B7E) is known color: Wedgewood. HEX triplet: 58, 6B and 7E. RGB value is (88,107,126). Sum of RGB (Red+Green+Blue) = 88+107+126=321 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.41% from 321); Green value is 107 (42.19% from 255 or 33.33% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 126 - color contains mainly: blue. Hex color #586B7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586B7E is #A79481. Grayscale: #676767. Windows color (decimal): -10982530 or 8285016. OLE color: 8285016.

HSL color Cylindrical-coordinate representation of color #586B7E: hue angle of 210º degrees, saturation: 0.18, 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 #586B7E is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 88 107 126 -
CMYK 0.30 0.15 0 0.51
HSL 210º 0.18% 0.42% -
HSV(B) 210º 0.3% 0.49% -
XYZ 13.05 14.1 21.77 -
YUV 103.49 140.71 116.96 -
System Red Green Blue C M Y K H S L
Decimal 88 107 126 0.30 0.15 0 0.51 210 0.18 0.42
Hex 58 6B 7E 1E F 0 33 D2 12 2A
Octal 130 153 176 36 17 0 63 322 22 52
Binary 1011000 1101011 1111110 11110 1111 0 110011 11010010 10010 101010

Color Harmonies of #586B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586B7E

Black with #586B7E

Text Example


Text Example

White with #586B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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