Html Css Color HEX #56768B Wedgewood

📋 copy color: '#56768B'

red 86 ◦ green 118 ◦ blue 139

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

Shades of Wedgewood #56768B

Tints of Wedgewood #56768B

RGB

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

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

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

R = 25.07%
G = 34.4%
B = 40.52%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#56768B (or 0x56768B) is known color: Wedgewood. HEX triplet: 56, 76 and 8B. RGB value is (86,118,139). Sum of RGB (Red+Green+Blue) = 86+118+139=343 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.07% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 139 - color contains mainly: blue. Hex color #56768B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56768B is #A98974. Grayscale: #6E6E6E. Windows color (decimal): -11110773 or 9139798. OLE color: 9139798.

HSL color Cylindrical-coordinate representation of color #56768B: hue angle of 203.77º 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 #56768B is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 86 118 139 -
CMYK 0.38 0.15 0 0.45
HSL 203.77º 0.24% 0.44% -
HSV(B) 203.77º 0.38% 0.55% -
XYZ 14.98 16.8 26.88 -
YUV 110.83 143.9 110.29 -
System Red Green Blue C M Y K H S L
Decimal 86 118 139 0.38 0.15 0 0.45 203.77 0.24 0.44
Hex 56 76 8B 26 F 0 2D CC 18 2C
Octal 126 166 213 46 17 0 55 314 30 54
Binary 1010110 1110110 10001011 100110 1111 0 101101 11001100 11000 101100

Color Harmonies of #56768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56768B

Black with #56768B

Text Example


Text Example

White with #56768B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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