Html Css Color HEX #56768A Wedgewood

📋 copy color: '#56768A'

red 86 ◦ green 118 ◦ blue 138

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

Shades of Wedgewood #56768A

Tints of Wedgewood #56768A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.35%

R = 25.15%
G = 34.5%
B = 40.35%

CMYK

 C value IS 0.38

 M value IS 0.14

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#56768A (or 0x56768A) is known color: Wedgewood. HEX triplet: 56, 76 and 8A. RGB value is (86,118,138). Sum of RGB (Red+Green+Blue) = 86+118+138=342 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.15% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 138 - color contains mainly: blue. Hex color #56768A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56768A is #A98975. Grayscale: #6E6E6E. Windows color (decimal): -11110774 or 9074262. OLE color: 9074262.

HSL color Cylindrical-coordinate representation of color #56768A: hue angle of 203.08º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #56768A is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 86 118 138 -
CMYK 0.38 0.14 0 0.46
HSL 203.08º 0.23% 0.44% -
HSV(B) 203.08º 0.38% 0.54% -
XYZ 14.9 16.77 26.5 -
YUV 110.71 143.4 110.37 -
System Red Green Blue C M Y K H S L
Decimal 86 118 138 0.38 0.14 0 0.46 203.08 0.23 0.44
Hex 56 76 8A 26 E 0 2E CB 17 2C
Octal 126 166 212 46 16 0 56 313 27 54
Binary 1010110 1110110 10001010 100110 1110 0 101110 11001011 10111 101100

Color Harmonies of #56768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56768A

Black with #56768A

Text Example


Text Example

White with #56768A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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