Html Css Color HEX #56778B Wedgewood

📋 copy color: '#56778B'

red 86 ◦ green 119 ◦ blue 139

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

Shades of Wedgewood #56778B

Tints of Wedgewood #56778B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.59%

 BLUE value IS 139 (54.69% from 255) = 40.41%

R = 25%
G = 34.59%
B = 40.41%

CMYK

 C value IS 0.38

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#56778B (or 0x56778B) is known color: Wedgewood. HEX triplet: 56, 77 and 8B. RGB value is (86,119,139). Sum of RGB (Red+Green+Blue) = 86+119+139=344 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 139 - color contains mainly: blue. Hex color #56778B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56778B is #A98874. Grayscale: #6F6F6F. Windows color (decimal): -11110517 or 9140054. OLE color: 9140054.

HSL color Cylindrical-coordinate representation of color #56778B: hue angle of 202.64º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #56778B is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 86 119 139 -
CMYK 0.38 0.14 0 0.45
HSL 202.64º 0.24% 0.44% -
HSV(B) 202.64º 0.38% 0.55% -
XYZ 15.09 17.04 26.92 -
YUV 111.41 143.57 109.87 -
System Red Green Blue C M Y K H S L
Decimal 86 119 139 0.38 0.14 0 0.45 202.64 0.24 0.44
Hex 56 77 8B 26 E 0 2D CB 18 2C
Octal 126 167 213 46 16 0 55 313 30 54
Binary 1010110 1110111 10001011 100110 1110 0 101101 11001011 11000 101100

Color Harmonies of #56778B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56778B

Black with #56778B

Text Example


Text Example

White with #56778B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56778B; }

 p { color: rgb(86,119,139); }

 H1.HeaderClassName
 {
   color: #56778B;
 }
 .AnyTagClassName
 {
   color: #56778B;
 }
</style>

background-color css

<style>
 a { background-color: #56778B; }

 a { background-color: rgb(86,119,139); }

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

border-color css

<style>
 span { border-color: #56778B; }

 span { border-color: rgb(86,119,139); }

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