Html Css Color HEX #556B7E Wedgewood

📋 copy color: '#556B7E'

red 85 ◦ green 107 ◦ blue 126

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

Shades of Wedgewood #556B7E

Tints of Wedgewood #556B7E

RGB

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

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

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

R = 26.73%
G = 33.65%
B = 39.62%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#556B7E (or 0x556B7E) is known color: Wedgewood. HEX triplet: 55, 6B and 7E. RGB value is (85,107,126). Sum of RGB (Red+Green+Blue) = 85+107+126=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 107 (42.19% from 255 or 33.65% 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 #556B7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556B7E is #AA9481. Grayscale: #666666. Windows color (decimal): -11179138 or 8285013. OLE color: 8285013.

HSL color Cylindrical-coordinate representation of color #556B7E: hue angle of 207.8º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #556B7E is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 107 126 -
CMYK 0.33 0.15 0 0.51
HSL 207.8º 0.19% 0.41% -
HSV(B) 207.8º 0.33% 0.49% -
XYZ 12.77 13.95 21.76 -
YUV 102.59 141.21 115.46 -
System Red Green Blue C M Y K H S L
Decimal 85 107 126 0.33 0.15 0 0.51 207.8 0.19 0.41
Hex 55 6B 7E 21 F 0 33 D0 13 29
Octal 125 153 176 41 17 0 63 320 23 51
Binary 1010101 1101011 1111110 100001 1111 0 110011 11010000 10011 101001

Color Harmonies of #556B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556B7E

Black with #556B7E

Text Example


Text Example

White with #556B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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