Html Css Color HEX #586C7B Wedgewood

📋 copy color: '#586C7B'

red 88 ◦ green 108 ◦ blue 123

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

Shades of Wedgewood #586C7B

Tints of Wedgewood #586C7B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.86%

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

R = 27.59%
G = 33.86%
B = 38.56%

CMYK

 C value IS 0.28

 M value IS 0.12

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#586C7B (or 0x586C7B) is known color: Wedgewood. HEX triplet: 58, 6C and 7B. RGB value is (88,108,123). Sum of RGB (Red+Green+Blue) = 88+108+123=319 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.59% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 123 - color contains mainly: blue. Hex color #586C7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586C7B is #A79384. Grayscale: #676767. Windows color (decimal): -10982277 or 8088664. OLE color: 8088664.

HSL color Cylindrical-coordinate representation of color #586C7B: hue angle of 205.71º 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 #586C7B is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 88 108 123 -
CMYK 0.28 0.12 0 0.52
HSL 205.71º 0.17% 0.41% -
HSV(B) 205.71º 0.28% 0.48% -
XYZ 12.96 14.23 20.8 -
YUV 103.73 138.87 116.78 -
System Red Green Blue C M Y K H S L
Decimal 88 108 123 0.28 0.12 0 0.52 205.71 0.17 0.41
Hex 58 6C 7B 1C C 0 34 CE 11 29
Octal 130 154 173 34 14 0 64 316 21 51
Binary 1011000 1101100 1111011 11100 1100 0 110100 11001110 10001 101001

Color Harmonies of #586C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586C7B

Black with #586C7B

Text Example


Text Example

White with #586C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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