Html Css Color HEX #587184 Wedgewood

📋 copy color: '#587184'

red 88 ◦ green 113 ◦ blue 132

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

Shades of Wedgewood #587184

Tints of Wedgewood #587184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 39.64%

R = 26.43%
G = 33.93%
B = 39.64%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#587184 (or 0x587184) is known color: Wedgewood. HEX triplet: 58, 71 and 84. RGB value is (88,113,132). Sum of RGB (Red+Green+Blue) = 88+113+132=333 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.43% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 132 - color contains mainly: blue. Hex color #587184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587184 is #A78E7B. Grayscale: #6B6B6B. Windows color (decimal): -10980988 or 8679768. OLE color: 8679768.

HSL color Cylindrical-coordinate representation of color #587184: hue angle of 205.91º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #587184 is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 88 113 132 -
CMYK 0.33 0.14 0 0.48
HSL 205.91º 0.2% 0.43% -
HSV(B) 205.91º 0.33% 0.52% -
XYZ 14.09 15.55 24.09 -
YUV 107.69 141.72 113.96 -
System Red Green Blue C M Y K H S L
Decimal 88 113 132 0.33 0.14 0 0.48 205.91 0.2 0.43
Hex 58 71 84 21 E 0 30 CE 14 2B
Octal 130 161 204 41 16 0 60 316 24 53
Binary 1011000 1110001 10000100 100001 1110 0 110000 11001110 10100 101011

Color Harmonies of #587184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587184

Black with #587184

Text Example


Text Example

White with #587184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587184; }

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

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

background-color css

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

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

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

border-color css

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

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

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