Html Css Color HEX #556F7F Wedgewood

📋 copy color: '#556F7F'

red 85 ◦ green 111 ◦ blue 127

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

Shades of Wedgewood #556F7F

Tints of Wedgewood #556F7F

RGB

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

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

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

R = 26.32%
G = 34.37%
B = 39.32%

CMYK

 C value IS 0.33

 M value IS 0.13

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#556F7F (or 0x556F7F) is known color: Wedgewood. HEX triplet: 55, 6F and 7F. RGB value is (85,111,127). Sum of RGB (Red+Green+Blue) = 85+111+127=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 127 - color contains mainly: blue. Hex color #556F7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556F7F is #AA9080. Grayscale: #686868. Windows color (decimal): -11178113 or 8351573. OLE color: 8351573.

HSL color Cylindrical-coordinate representation of color #556F7F: hue angle of 202.86º 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 #556F7F is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 85 111 127 -
CMYK 0.33 0.13 0 0.50
HSL 202.86º 0.2% 0.42% -
HSV(B) 202.86º 0.33% 0.5% -
XYZ 13.26 14.83 22.24 -
YUV 105.05 140.39 113.7 -
System Red Green Blue C M Y K H S L
Decimal 85 111 127 0.33 0.13 0 0.50 202.86 0.2 0.42
Hex 55 6F 7F 21 D 0 32 CB 14 2A
Octal 125 157 177 41 15 0 62 313 24 52
Binary 1010101 1101111 1111111 100001 1101 0 110010 11001011 10100 101010

Color Harmonies of #556F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556F7F

Black with #556F7F

Text Example


Text Example

White with #556F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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