Html Css Color HEX #577184 Wedgewood

📋 copy color: '#577184'

red 87 ◦ green 113 ◦ blue 132

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

Shades of Wedgewood #577184

Tints of Wedgewood #577184

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.04%

 BLUE value IS 132 (51.95% from 255) = 39.76%

R = 26.2%
G = 34.04%
B = 39.76%

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

#577184 (or 0x577184) is known color: Wedgewood. HEX triplet: 57, 71 and 84. RGB value is (87,113,132). Sum of RGB (Red+Green+Blue) = 87+113+132=332 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.20% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 132 - color contains mainly: blue. Hex color #577184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577184 is #A88E7B. Grayscale: #6B6B6B. Windows color (decimal): -11046524 or 8679767. OLE color: 8679767.

HSL color Cylindrical-coordinate representation of color #577184: hue angle of 205.33º degrees, saturation: 0.21, 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 #577184 is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 87 113 132 -
CMYK 0.34 0.14 0 0.48
HSL 205.33º 0.21% 0.43% -
HSV(B) 205.33º 0.34% 0.52% -
XYZ 14 15.5 24.08 -
YUV 107.39 141.89 113.46 -
System Red Green Blue C M Y K H S L
Decimal 87 113 132 0.34 0.14 0 0.48 205.33 0.21 0.43
Hex 57 71 84 22 E 0 30 CD 15 2B
Octal 127 161 204 42 16 0 60 315 25 53
Binary 1010111 1110001 10000100 100010 1110 0 110000 11001101 10101 101011

Color Harmonies of #577184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577184

Black with #577184

Text Example


Text Example

White with #577184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577184; }

 p { color: rgb(87,113,132); }

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

background-color css

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

 a { background-color: rgb(87,113,132); }

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

border-color css

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

 span { border-color: rgb(87,113,132); }

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