Html Css Color HEX #587288 Wedgewood

📋 copy color: '#587288'

red 88 ◦ green 114 ◦ blue 136

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

Shades of Wedgewood #587288

Tints of Wedgewood #587288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 40.24%

R = 26.04%
G = 33.73%
B = 40.24%

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

#587288 (or 0x587288) is known color: Wedgewood. HEX triplet: 58, 72 and 88. RGB value is (88,114,136). Sum of RGB (Red+Green+Blue) = 88+114+136=338 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.04% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 136 - color contains mainly: blue. Hex color #587288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587288 is #A78D77. Grayscale: #6C6C6C. Windows color (decimal): -10980728 or 8942168. OLE color: 8942168.

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

Color convert

RGB 88 114 136 -
CMYK 0.35 0.16 0 0.47
HSL 207.5º 0.21% 0.44% -
HSV(B) 207.5º 0.35% 0.53% -
XYZ 14.49 15.89 25.6 -
YUV 108.73 143.39 113.21 -
System Red Green Blue C M Y K H S L
Decimal 88 114 136 0.35 0.16 0 0.47 207.5 0.21 0.44
Hex 58 72 88 23 10 0 2F D0 15 2C
Octal 130 162 210 43 20 0 57 320 25 54
Binary 1011000 1110010 10001000 100011 10000 0 101111 11010000 10101 101100

Color Harmonies of #587288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587288

Black with #587288

Text Example


Text Example

White with #587288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587288; }

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

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

background-color css

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

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

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

border-color css

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

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

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