Html Css Color HEX #556B7F Wedgewood

📋 copy color: '#556B7F'

red 85 ◦ green 107 ◦ blue 127

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

Shades of Wedgewood #556B7F

Tints of Wedgewood #556B7F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.54%

 BLUE value IS 127 (50% from 255) = 39.81%

R = 26.65%
G = 33.54%
B = 39.81%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#556B7F (or 0x556B7F) is known color: Wedgewood. HEX triplet: 55, 6B and 7F. RGB value is (85,107,127). Sum of RGB (Red+Green+Blue) = 85+107+127=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 127 - color contains mainly: blue. Hex color #556B7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556B7F is #AA9480. Grayscale: #666666. Windows color (decimal): -11179137 or 8350549. OLE color: 8350549.

HSL color Cylindrical-coordinate representation of color #556B7F: hue angle of 208.57º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #556B7F is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 85 107 127 -
CMYK 0.33 0.16 0 0.50
HSL 208.57º 0.2% 0.42% -
HSV(B) 208.57º 0.33% 0.5% -
XYZ 12.83 13.98 22.1 -
YUV 102.7 141.71 115.37 -
System Red Green Blue C M Y K H S L
Decimal 85 107 127 0.33 0.16 0 0.50 208.57 0.2 0.42
Hex 55 6B 7F 21 10 0 32 D1 14 2A
Octal 125 153 177 41 20 0 62 321 24 52
Binary 1010101 1101011 1111111 100001 10000 0 110010 11010001 10100 101010

Color Harmonies of #556B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556B7F

Black with #556B7F

Text Example


Text Example

White with #556B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,107,127); }

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

background-color css

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

 a { background-color: rgb(85,107,127); }

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

border-color css

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

 span { border-color: rgb(85,107,127); }

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