Html Css Color HEX #566A7E Wedgewood

📋 copy color: '#566A7E'

red 86 ◦ green 106 ◦ blue 126

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

Shades of Wedgewood #566A7E

Tints of Wedgewood #566A7E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.33%

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

R = 27.04%
G = 33.33%
B = 39.62%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#566A7E (or 0x566A7E) is known color: Wedgewood. HEX triplet: 56, 6A and 7E. RGB value is (86,106,126). Sum of RGB (Red+Green+Blue) = 86+106+126=318 (42% of max value = 765). Red value is 86 (33.98% from 255 or 27.04% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 126 (49.61% from 255 or 39.62% from 318); Max value from RGB is 126 - color contains mainly: blue. Hex color #566A7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566A7E is #A99581. Grayscale: #666666. Windows color (decimal): -11113858 or 8284758. OLE color: 8284758.

HSL color Cylindrical-coordinate representation of color #566A7E: hue angle of 210º 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 #566A7E is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 86 106 126 -
CMYK 0.32 0.16 0 0.51
HSL 210º 0.19% 0.42% -
HSV(B) 210º 0.32% 0.49% -
XYZ 12.76 13.79 21.73 -
YUV 102.3 141.37 116.37 -
System Red Green Blue C M Y K H S L
Decimal 86 106 126 0.32 0.16 0 0.51 210 0.19 0.42
Hex 56 6A 7E 20 10 0 33 D2 13 2A
Octal 126 152 176 40 20 0 63 322 23 52
Binary 1010110 1101010 1111110 100000 10000 0 110011 11010010 10011 101010

Color Harmonies of #566A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566A7E

Black with #566A7E

Text Example


Text Example

White with #566A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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