Html Css Color HEX #587287 Wedgewood

📋 copy color: '#587287'

red 88 ◦ green 114 ◦ blue 135

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

Shades of Wedgewood #587287

Tints of Wedgewood #587287

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.83%

 BLUE value IS 135 (53.13% from 255) = 40.06%

R = 26.11%
G = 33.83%
B = 40.06%

CMYK

 C value IS 0.35

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#587287 (or 0x587287) is known color: Wedgewood. HEX triplet: 58, 72 and 87. RGB value is (88,114,135). Sum of RGB (Red+Green+Blue) = 88+114+135=337 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.11% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 135 (53.12% from 255 or 40.06% from 337); Max value from RGB is 135 - color contains mainly: blue. Hex color #587287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587287 is #A78D78. Grayscale: #6C6C6C. Windows color (decimal): -10980729 or 8876632. OLE color: 8876632.

HSL color Cylindrical-coordinate representation of color #587287: hue angle of 206.81º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #587287 is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 88 114 135 -
CMYK 0.35 0.16 0 0.47
HSL 206.81º 0.21% 0.44% -
HSV(B) 206.81º 0.35% 0.53% -
XYZ 14.41 15.86 25.22 -
YUV 108.62 142.89 113.29 -
System Red Green Blue C M Y K H S L
Decimal 88 114 135 0.35 0.16 0 0.47 206.81 0.21 0.44
Hex 58 72 87 23 10 0 2F CF 15 2C
Octal 130 162 207 43 20 0 57 317 25 54
Binary 1011000 1110010 10000111 100011 10000 0 101111 11001111 10101 101100

Color Harmonies of #587287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587287

Black with #587287

Text Example


Text Example

White with #587287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587287; }

 p { color: rgb(88,114,135); }

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

background-color css

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

 a { background-color: rgb(88,114,135); }

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

border-color css

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

 span { border-color: rgb(88,114,135); }

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