Html Css Color HEX #587283 Wedgewood

📋 copy color: '#587283'

red 88 ◦ green 114 ◦ blue 131

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

Shades of Wedgewood #587283

Tints of Wedgewood #587283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 39.34%

R = 26.43%
G = 34.23%
B = 39.34%

CMYK

 C value IS 0.33

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#587283 (or 0x587283) is known color: Wedgewood. HEX triplet: 58, 72 and 83. RGB value is (88,114,131). Sum of RGB (Red+Green+Blue) = 88+114+131=333 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.43% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 131 - color contains mainly: blue. Hex color #587283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587283 is #A78D7C. Grayscale: #6C6C6C. Windows color (decimal): -10980733 or 8614488. OLE color: 8614488.

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

Color convert

RGB 88 114 131 -
CMYK 0.33 0.13 0 0.49
HSL 203.72º 0.2% 0.43% -
HSV(B) 203.72º 0.33% 0.51% -
XYZ 14.14 15.75 23.77 -
YUV 108.16 140.89 113.62 -
System Red Green Blue C M Y K H S L
Decimal 88 114 131 0.33 0.13 0 0.49 203.72 0.2 0.43
Hex 58 72 83 21 D 0 31 CC 14 2B
Octal 130 162 203 41 15 0 61 314 24 53
Binary 1011000 1110010 10000011 100001 1101 0 110001 11001100 10100 101011

Color Harmonies of #587283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587283

Black with #587283

Text Example


Text Example

White with #587283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587283; }

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

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

background-color css

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

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

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

border-color css

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

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

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