Html Css Color HEX #577087 Wedgewood

📋 copy color: '#577087'

red 87 ◦ green 112 ◦ blue 135

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

Shades of Wedgewood #577087

Tints of Wedgewood #577087

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.53%

 BLUE value IS 135 (53.13% from 255) = 40.42%

R = 26.05%
G = 33.53%
B = 40.42%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#577087 (or 0x577087) is known color: Wedgewood. HEX triplet: 57, 70 and 87. RGB value is (87,112,135). Sum of RGB (Red+Green+Blue) = 87+112+135=334 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.05% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 135 (53.12% from 255 or 40.42% from 334); Max value from RGB is 135 - color contains mainly: blue. Hex color #577087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577087 is #A88F78. Grayscale: #6B6B6B. Windows color (decimal): -11046777 or 8876119. OLE color: 8876119.

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

Color convert

RGB 87 112 135 -
CMYK 0.36 0.17 0 0.47
HSL 208.75º 0.22% 0.44% -
HSV(B) 208.75º 0.36% 0.53% -
XYZ 14.1 15.36 25.14 -
YUV 107.15 143.72 113.63 -
System Red Green Blue C M Y K H S L
Decimal 87 112 135 0.36 0.17 0 0.47 208.75 0.22 0.44
Hex 57 70 87 24 11 0 2F D1 16 2C
Octal 127 160 207 44 21 0 57 321 26 54
Binary 1010111 1110000 10000111 100100 10001 0 101111 11010001 10110 101100

Color Harmonies of #577087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577087

Black with #577087

Text Example


Text Example

White with #577087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577087; }

 p { color: rgb(87,112,135); }

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

background-color css

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

 a { background-color: rgb(87,112,135); }

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

border-color css

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

 span { border-color: rgb(87,112,135); }

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