Html Css Color HEX #577389 Wedgewood

📋 copy color: '#577389'

red 87 ◦ green 115 ◦ blue 137

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

Shades of Wedgewood #577389

Tints of Wedgewood #577389

RGB

 RED value IS 87 (34.38% from 255) = 25.66%

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

 BLUE value IS 137 (53.91% from 255) = 40.41%

R = 25.66%
G = 33.92%
B = 40.41%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#577389 (or 0x577389) is known color: Wedgewood. HEX triplet: 57, 73 and 89. RGB value is (87,115,137). Sum of RGB (Red+Green+Blue) = 87+115+137=339 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.66% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 137 - color contains mainly: blue. Hex color #577389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577389 is #A88C76. Grayscale: #6D6D6D. Windows color (decimal): -11046007 or 9007959. OLE color: 9007959.

HSL color Cylindrical-coordinate representation of color #577389: hue angle of 206.4º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #577389 is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 87 115 137 -
CMYK 0.36 0.16 0 0.46
HSL 206.4º 0.22% 0.44% -
HSV(B) 206.4º 0.36% 0.54% -
XYZ 14.58 16.09 26.01 -
YUV 109.14 143.72 112.21 -
System Red Green Blue C M Y K H S L
Decimal 87 115 137 0.36 0.16 0 0.46 206.4 0.22 0.44
Hex 57 73 89 24 10 0 2E CE 16 2C
Octal 127 163 211 44 20 0 56 316 26 54
Binary 1010111 1110011 10001001 100100 10000 0 101110 11001110 10110 101100

Color Harmonies of #577389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577389

Black with #577389

Text Example


Text Example

White with #577389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577389; }

 p { color: rgb(87,115,137); }

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

background-color css

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

 a { background-color: rgb(87,115,137); }

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

border-color css

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

 span { border-color: rgb(87,115,137); }

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