Html Css Color HEX #56657C Wedgewood

📋 copy color: '#56657C'

red 86 ◦ green 101 ◦ blue 124

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

Shades of Wedgewood #56657C

Tints of Wedgewood #56657C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.48%

 BLUE value IS 124 (48.83% from 255) = 39.87%

R = 27.65%
G = 32.48%
B = 39.87%

CMYK

 C value IS 0.31

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#56657C (or 0x56657C) is known color: Wedgewood. HEX triplet: 56, 65 and 7C. RGB value is (86,101,124). Sum of RGB (Red+Green+Blue) = 86+101+124=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 124 - color contains mainly: blue. Hex color #56657C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56657C is #A99A83. Grayscale: #636363. Windows color (decimal): -11115140 or 8152406. OLE color: 8152406.

HSL color Cylindrical-coordinate representation of color #56657C: hue angle of 216.32º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #56657C is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 86 101 124 -
CMYK 0.31 0.19 0 0.51
HSL 216.32º 0.18% 0.41% -
HSV(B) 216.32º 0.31% 0.49% -
XYZ 12.13 12.74 20.89 -
YUV 99.14 142.03 118.63 -
System Red Green Blue C M Y K H S L
Decimal 86 101 124 0.31 0.19 0 0.51 216.32 0.18 0.41
Hex 56 65 7C 1F 13 0 33 D8 12 29
Octal 126 145 174 37 23 0 63 330 22 51
Binary 1010110 1100101 1111100 11111 10011 0 110011 11011000 10010 101001

Color Harmonies of #56657C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56657C

Black with #56657C

Text Example


Text Example

White with #56657C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,101,124); }

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

background-color css

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

 a { background-color: rgb(86,101,124); }

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

border-color css

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

 span { border-color: rgb(86,101,124); }

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