Html Css Color HEX #577487 Wedgewood

📋 copy color: '#577487'

red 87 ◦ green 116 ◦ blue 135

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

Shades of Wedgewood #577487

Tints of Wedgewood #577487

RGB

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

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

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

R = 25.74%
G = 34.32%
B = 39.94%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#577487 (or 0x577487) is known color: Wedgewood. HEX triplet: 57, 74 and 87. RGB value is (87,116,135). Sum of RGB (Red+Green+Blue) = 87+116+135=338 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.74% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 135 (53.12% from 255 or 39.94% from 338); Max value from RGB is 135 - color contains mainly: blue. Hex color #577487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577487 is #A88B78. Grayscale: #6D6D6D. Windows color (decimal): -11045753 or 8877143. OLE color: 8877143.

HSL color Cylindrical-coordinate representation of color #577487: hue angle of 203.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 #577487 is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 87 116 135 -
CMYK 0.36 0.14 0 0.47
HSL 203.75º 0.22% 0.44% -
HSV(B) 203.75º 0.36% 0.53% -
XYZ 14.55 16.27 25.29 -
YUV 109.5 142.39 111.96 -
System Red Green Blue C M Y K H S L
Decimal 87 116 135 0.36 0.14 0 0.47 203.75 0.22 0.44
Hex 57 74 87 24 E 0 2F CC 16 2C
Octal 127 164 207 44 16 0 57 314 26 54
Binary 1010111 1110100 10000111 100100 1110 0 101111 11001100 10110 101100

Color Harmonies of #577487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577487

Black with #577487

Text Example


Text Example

White with #577487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577487; }

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

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

background-color css

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

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

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

border-color css

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

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

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