Html Css Color HEX #56768C Wedgewood

📋 copy color: '#56768C'

red 86 ◦ green 118 ◦ blue 140

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

Shades of Wedgewood #56768C

Tints of Wedgewood #56768C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.3%

 BLUE value IS 140 (55.08% from 255) = 40.7%

R = 25%
G = 34.3%
B = 40.7%

CMYK

 C value IS 0.39

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#56768C (or 0x56768C) is known color: Wedgewood. HEX triplet: 56, 76 and 8C. RGB value is (86,118,140). Sum of RGB (Red+Green+Blue) = 86+118+140=344 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 140 - color contains mainly: blue. Hex color #56768C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56768C is #A98973. Grayscale: #6E6E6E. Windows color (decimal): -11110772 or 9205334. OLE color: 9205334.

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

Color convert

RGB 86 118 140 -
CMYK 0.39 0.16 0 0.45
HSL 204.44º 0.24% 0.44% -
HSV(B) 204.44º 0.39% 0.55% -
XYZ 15.05 16.83 27.27 -
YUV 110.94 144.4 110.21 -
System Red Green Blue C M Y K H S L
Decimal 86 118 140 0.39 0.16 0 0.45 204.44 0.24 0.44
Hex 56 76 8C 27 10 0 2D CC 18 2C
Octal 126 166 214 47 20 0 55 314 30 54
Binary 1010110 1110110 10001100 100111 10000 0 101101 11001100 11000 101100

Color Harmonies of #56768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56768C

Black with #56768C

Text Example


Text Example

White with #56768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56768C; }

 p { color: rgb(86,118,140); }

 H1.HeaderClassName
 {
   color: #56768C;
 }
 .AnyTagClassName
 {
   color: #56768C;
 }
</style>

background-color css

<style>
 a { background-color: #56768C; }

 a { background-color: rgb(86,118,140); }

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

border-color css

<style>
 span { border-color: #56768C; }

 span { border-color: rgb(86,118,140); }

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