Html Css Color HEX #566C7E Wedgewood

📋 copy color: '#566C7E'

red 86 ◦ green 108 ◦ blue 126

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

Shades of Wedgewood #566C7E

Tints of Wedgewood #566C7E

RGB

 RED value IS 86 (33.98% from 255) = 26.88%

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

 BLUE value IS 126 (49.61% from 255) = 39.38%

R = 26.88%
G = 33.75%
B = 39.38%

CMYK

 C value IS 0.32

 M value IS 0.14

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#566C7E (or 0x566C7E) is known color: Wedgewood. HEX triplet: 56, 6C and 7E. RGB value is (86,108,126). Sum of RGB (Red+Green+Blue) = 86+108+126=320 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.88% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 126 (49.61% from 255 or 39.38% from 320); Max value from RGB is 126 - color contains mainly: blue. Hex color #566C7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566C7E is #A99381. Grayscale: #676767. Windows color (decimal): -11113346 or 8285270. OLE color: 8285270.

HSL color Cylindrical-coordinate representation of color #566C7E: hue angle of 207º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #566C7E is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 86 108 126 -
CMYK 0.32 0.14 0 0.51
HSL 207º 0.19% 0.42% -
HSV(B) 207º 0.32% 0.49% -
XYZ 12.97 14.21 21.8 -
YUV 103.47 140.71 115.54 -
System Red Green Blue C M Y K H S L
Decimal 86 108 126 0.32 0.14 0 0.51 207 0.19 0.42
Hex 56 6C 7E 20 E 0 33 CF 13 2A
Octal 126 154 176 40 16 0 63 317 23 52
Binary 1010110 1101100 1111110 100000 1110 0 110011 11001111 10011 101010

Color Harmonies of #566C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566C7E

Black with #566C7E

Text Example


Text Example

White with #566C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566C7E; }

 p { color: rgb(86,108,126); }

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

background-color css

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

 a { background-color: rgb(86,108,126); }

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

border-color css

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

 span { border-color: rgb(86,108,126); }

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