Html Css Color HEX #556C86 Wedgewood

📋 copy color: '#556C86'

red 85 ◦ green 108 ◦ blue 134

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

Shades of Wedgewood #556C86

Tints of Wedgewood #556C86

RGB

 RED value IS 85 (33.59% from 255) = 25.99%

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

 BLUE value IS 134 (52.73% from 255) = 40.98%

R = 25.99%
G = 33.03%
B = 40.98%

CMYK

 C value IS 0.37

 M value IS 0.19

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#556C86 (or 0x556C86) is known color: Wedgewood. HEX triplet: 55, 6C and 86. RGB value is (85,108,134). Sum of RGB (Red+Green+Blue) = 85+108+134=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 108 (42.58% from 255 or 33.03% from 327); Blue value is 134 (52.73% from 255 or 40.98% from 327); Max value from RGB is 134 - color contains mainly: blue. Hex color #556C86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556C86 is #AA9379. Grayscale: #676767. Windows color (decimal): -11178874 or 8809557. OLE color: 8809557.

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

Color convert

RGB 85 108 134 -
CMYK 0.37 0.19 0 0.47
HSL 211.84º 0.22% 0.43% -
HSV(B) 211.84º 0.37% 0.53% -
XYZ 13.41 14.38 24.62 -
YUV 104.09 144.88 114.39 -
System Red Green Blue C M Y K H S L
Decimal 85 108 134 0.37 0.19 0 0.47 211.84 0.22 0.43
Hex 55 6C 86 25 13 0 2F D4 16 2B
Octal 125 154 206 45 23 0 57 324 26 53
Binary 1010101 1101100 10000110 100101 10011 0 101111 11010100 10110 101011

Color Harmonies of #556C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556C86

Black with #556C86

Text Example


Text Example

White with #556C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556C86; }

 p { color: rgb(85,108,134); }

 H1.HeaderClassName
 {
   color: #556C86;
 }
 .AnyTagClassName
 {
   color: #556C86;
 }
</style>

background-color css

<style>
 a { background-color: #556C86; }

 a { background-color: rgb(85,108,134); }

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

border-color css

<style>
 span { border-color: #556C86; }

 span { border-color: rgb(85,108,134); }

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