Html Css Color HEX #587488 Wedgewood

📋 copy color: '#587488'

red 88 ◦ green 116 ◦ blue 136

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

Shades of Wedgewood #587488

Tints of Wedgewood #587488

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.12%

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

R = 25.88%
G = 34.12%
B = 40%

CMYK

 C value IS 0.35

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#587488 (or 0x587488) is known color: Wedgewood. HEX triplet: 58, 74 and 88. RGB value is (88,116,136). Sum of RGB (Red+Green+Blue) = 88+116+136=340 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.88% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 136 - color contains mainly: blue. Hex color #587488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587488 is #A78B77. Grayscale: #6D6D6D. Windows color (decimal): -10980216 or 8942680. OLE color: 8942680.

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

Color convert

RGB 88 116 136 -
CMYK 0.35 0.15 0 0.47
HSL 205º 0.21% 0.44% -
HSV(B) 205º 0.35% 0.53% -
XYZ 14.71 16.34 25.67 -
YUV 109.91 142.72 112.37 -
System Red Green Blue C M Y K H S L
Decimal 88 116 136 0.35 0.15 0 0.47 205 0.21 0.44
Hex 58 74 88 23 F 0 2F CD 15 2C
Octal 130 164 210 43 17 0 57 315 25 54
Binary 1011000 1110100 10001000 100011 1111 0 101111 11001101 10101 101100

Color Harmonies of #587488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587488

Black with #587488

Text Example


Text Example

White with #587488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587488; }

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

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

background-color css

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

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

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

border-color css

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

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

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