Html Css Color HEX #587187 Wedgewood

📋 copy color: '#587187'

red 88 ◦ green 113 ◦ blue 135

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

Shades of Wedgewood #587187

Tints of Wedgewood #587187

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.63%

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

R = 26.19%
G = 33.63%
B = 40.18%

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

#587187 (or 0x587187) is known color: Wedgewood. HEX triplet: 58, 71 and 87. RGB value is (88,113,135). Sum of RGB (Red+Green+Blue) = 88+113+135=336 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.19% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 135 - color contains mainly: blue. Hex color #587187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587187 is #A78E78. Grayscale: #6B6B6B. Windows color (decimal): -10980985 or 8876376. OLE color: 8876376.

HSL color Cylindrical-coordinate representation of color #587187: hue angle of 208.09º 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 #587187 is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 88 113 135 -
CMYK 0.35 0.16 0 0.47
HSL 208.09º 0.21% 0.44% -
HSV(B) 208.09º 0.35% 0.53% -
XYZ 14.3 15.63 25.19 -
YUV 108.03 143.22 113.71 -
System Red Green Blue C M Y K H S L
Decimal 88 113 135 0.35 0.16 0 0.47 208.09 0.21 0.44
Hex 58 71 87 23 10 0 2F D0 15 2C
Octal 130 161 207 43 20 0 57 320 25 54
Binary 1011000 1110001 10000111 100011 10000 0 101111 11010000 10101 101100

Color Harmonies of #587187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587187

Black with #587187

Text Example


Text Example

White with #587187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587187; }

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

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

background-color css

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

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

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

border-color css

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

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

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