Html Css Color HEX #56748C Wedgewood

📋 copy color: '#56748C'

red 86 ◦ green 116 ◦ blue 140

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

Shades of Wedgewood #56748C

Tints of Wedgewood #56748C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.92%

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

R = 25.15%
G = 33.92%
B = 40.94%

CMYK

 C value IS 0.39

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#56748C (or 0x56748C) is known color: Wedgewood. HEX triplet: 56, 74 and 8C. RGB value is (86,116,140). Sum of RGB (Red+Green+Blue) = 86+116+140=342 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.15% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 140 - color contains mainly: blue. Hex color #56748C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56748C is #A98B73. Grayscale: #6D6D6D. Windows color (decimal): -11111284 or 9204822. OLE color: 9204822.

HSL color Cylindrical-coordinate representation of color #56748C: hue angle of 206.67º 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 #56748C is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 86 116 140 -
CMYK 0.39 0.17 0 0.45
HSL 206.67º 0.24% 0.44% -
HSV(B) 206.67º 0.39% 0.55% -
XYZ 14.82 16.36 27.19 -
YUV 109.77 145.06 111.05 -
System Red Green Blue C M Y K H S L
Decimal 86 116 140 0.39 0.17 0 0.45 206.67 0.24 0.44
Hex 56 74 8C 27 11 0 2D CF 18 2C
Octal 126 164 214 47 21 0 55 317 30 54
Binary 1010110 1110100 10001100 100111 10001 0 101101 11001111 11000 101100

Color Harmonies of #56748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56748C

Black with #56748C

Text Example


Text Example

White with #56748C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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