Html Css Color HEX #577182 Wedgewood

📋 copy color: '#577182'

red 87 ◦ green 113 ◦ blue 130

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

Shades of Wedgewood #577182

Tints of Wedgewood #577182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 39.39%

R = 26.36%
G = 34.24%
B = 39.39%

CMYK

 C value IS 0.33

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#577182 (or 0x577182) is known color: Wedgewood. HEX triplet: 57, 71 and 82. RGB value is (87,113,130). Sum of RGB (Red+Green+Blue) = 87+113+130=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 130 - color contains mainly: blue. Hex color #577182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577182 is #A88E7D. Grayscale: #6B6B6B. Windows color (decimal): -11046526 or 8548695. OLE color: 8548695.

HSL color Cylindrical-coordinate representation of color #577182: hue angle of 203.72º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #577182 is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 87 113 130 -
CMYK 0.33 0.13 0 0.49
HSL 203.72º 0.2% 0.43% -
HSV(B) 203.72º 0.33% 0.51% -
XYZ 13.86 15.45 23.37 -
YUV 107.16 140.89 113.62 -
System Red Green Blue C M Y K H S L
Decimal 87 113 130 0.33 0.13 0 0.49 203.72 0.2 0.43
Hex 57 71 82 21 D 0 31 CC 14 2B
Octal 127 161 202 41 15 0 61 314 24 53
Binary 1010111 1110001 10000010 100001 1101 0 110001 11001100 10100 101011

Color Harmonies of #577182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #577182

Black with #577182

Text Example


Text Example

White with #577182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #577182; }

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

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

background-color css

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

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

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

border-color css

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

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

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