Html Css Color HEX #576C82 Wedgewood

📋 copy color: '#576C82'

red 87 ◦ green 108 ◦ blue 130

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

Shades of Wedgewood #576C82

Tints of Wedgewood #576C82

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.23%

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

R = 26.77%
G = 33.23%
B = 40%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#576C82 (or 0x576C82) is known color: Wedgewood. HEX triplet: 57, 6C and 82. RGB value is (87,108,130). Sum of RGB (Red+Green+Blue) = 87+108+130=325 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.77% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 130 - color contains mainly: blue. Hex color #576C82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576C82 is #A8937D. Grayscale: #686868. Windows color (decimal): -11047806 or 8547415. OLE color: 8547415.

HSL color Cylindrical-coordinate representation of color #576C82: hue angle of 210.7º 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 #576C82 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 87 108 130 -
CMYK 0.33 0.17 0 0.49
HSL 210.7º 0.2% 0.43% -
HSV(B) 210.7º 0.33% 0.51% -
XYZ 13.32 14.36 23.19 -
YUV 104.23 142.54 115.71 -
System Red Green Blue C M Y K H S L
Decimal 87 108 130 0.33 0.17 0 0.49 210.7 0.2 0.43
Hex 57 6C 82 21 11 0 31 D3 14 2B
Octal 127 154 202 41 21 0 61 323 24 53
Binary 1010111 1101100 10000010 100001 10001 0 110001 11010011 10100 101011

Color Harmonies of #576C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576C82

Black with #576C82

Text Example


Text Example

White with #576C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576C82; }

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

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

background-color css

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

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

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

border-color css

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

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

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