Html Css Color HEX #566F87 Wedgewood

📋 copy color: '#566F87'

red 86 ◦ green 111 ◦ blue 135

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

Shades of Wedgewood #566F87

Tints of Wedgewood #566F87

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.43%

 BLUE value IS 135 (53.13% from 255) = 40.66%

R = 25.9%
G = 33.43%
B = 40.66%

CMYK

 C value IS 0.36

 M value IS 0.18

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#566F87 (or 0x566F87) is known color: Wedgewood. HEX triplet: 56, 6F and 87. RGB value is (86,111,135). Sum of RGB (Red+Green+Blue) = 86+111+135=332 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.90% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 135 (53.12% from 255 or 40.66% from 332); Max value from RGB is 135 - color contains mainly: blue. Hex color #566F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566F87 is #A99078. Grayscale: #6A6A6A. Windows color (decimal): -11112569 or 8875862. OLE color: 8875862.

HSL color Cylindrical-coordinate representation of color #566F87: hue angle of 209.39º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #566F87 is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 86 111 135 -
CMYK 0.36 0.18 0 0.47
HSL 209.39º 0.22% 0.43% -
HSV(B) 209.39º 0.36% 0.53% -
XYZ 13.9 15.1 25.1 -
YUV 106.26 144.22 113.55 -
System Red Green Blue C M Y K H S L
Decimal 86 111 135 0.36 0.18 0 0.47 209.39 0.22 0.43
Hex 56 6F 87 24 12 0 2F D1 16 2B
Octal 126 157 207 44 22 0 57 321 26 53
Binary 1010110 1101111 10000111 100100 10010 0 101111 11010001 10110 101011

Color Harmonies of #566F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566F87

Black with #566F87

Text Example


Text Example

White with #566F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,111,135); }

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

background-color css

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

 a { background-color: rgb(86,111,135); }

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

border-color css

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

 span { border-color: rgb(86,111,135); }

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