Html Css Color HEX #576C7B Wedgewood

📋 copy color: '#576C7B'

red 87 ◦ green 108 ◦ blue 123

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

Shades of Wedgewood #576C7B

Tints of Wedgewood #576C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.68%

R = 27.36%
G = 33.96%
B = 38.68%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#576C7B (or 0x576C7B) is known color: Wedgewood. HEX triplet: 57, 6C and 7B. RGB value is (87,108,123). Sum of RGB (Red+Green+Blue) = 87+108+123=318 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.36% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 123 - color contains mainly: blue. Hex color #576C7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576C7B is #A89384. Grayscale: #676767. Windows color (decimal): -11047813 or 8088663. OLE color: 8088663.

HSL color Cylindrical-coordinate representation of color #576C7B: hue angle of 205º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #576C7B is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 87 108 123 -
CMYK 0.29 0.12 0 0.52
HSL 205º 0.17% 0.41% -
HSV(B) 205º 0.29% 0.48% -
XYZ 12.87 14.18 20.8 -
YUV 103.43 139.04 116.28 -
System Red Green Blue C M Y K H S L
Decimal 87 108 123 0.29 0.12 0 0.52 205 0.17 0.41
Hex 57 6C 7B 1D C 0 34 CD 11 29
Octal 127 154 173 35 14 0 64 315 21 51
Binary 1010111 1101100 1111011 11101 1100 0 110100 11001101 10001 101001

Color Harmonies of #576C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576C7B

Black with #576C7B

Text Example


Text Example

White with #576C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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