Html Css Color HEX #587385 Wedgewood

📋 copy color: '#587385'

red 88 ◦ green 115 ◦ blue 133

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

Shades of Wedgewood #587385

Tints of Wedgewood #587385

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.23%

 BLUE value IS 133 (52.34% from 255) = 39.58%

R = 26.19%
G = 34.23%
B = 39.58%

CMYK

 C value IS 0.34

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#587385 (or 0x587385) is known color: Wedgewood. HEX triplet: 58, 73 and 85. RGB value is (88,115,133). Sum of RGB (Red+Green+Blue) = 88+115+133=336 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.19% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 133 - color contains mainly: blue. Hex color #587385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587385 is #A78C7A. Grayscale: #6C6C6C. Windows color (decimal): -10980475 or 8745816. OLE color: 8745816.

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

Color convert

RGB 88 115 133 -
CMYK 0.34 0.14 0 0.48
HSL 204º 0.2% 0.43% -
HSV(B) 204º 0.34% 0.52% -
XYZ 14.39 16.03 24.53 -
YUV 108.98 141.55 113.04 -
System Red Green Blue C M Y K H S L
Decimal 88 115 133 0.34 0.14 0 0.48 204 0.2 0.43
Hex 58 73 85 22 E 0 30 CC 14 2B
Octal 130 163 205 42 16 0 60 314 24 53
Binary 1011000 1110011 10000101 100010 1110 0 110000 11001100 10100 101011

Color Harmonies of #587385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587385

Black with #587385

Text Example


Text Example

White with #587385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587385; }

 p { color: rgb(88,115,133); }

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

background-color css

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

 a { background-color: rgb(88,115,133); }

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

border-color css

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

 span { border-color: rgb(88,115,133); }

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