Html Css Color HEX #56697C Wedgewood

📋 copy color: '#56697C'

red 86 ◦ green 105 ◦ blue 124

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

Shades of Wedgewood #56697C

Tints of Wedgewood #56697C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.33%

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

R = 27.3%
G = 33.33%
B = 39.37%

CMYK

 C value IS 0.31

 M value IS 0.15

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#56697C (or 0x56697C) is known color: Wedgewood. HEX triplet: 56, 69 and 7C. RGB value is (86,105,124). Sum of RGB (Red+Green+Blue) = 86+105+124=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 124 - color contains mainly: blue. Hex color #56697C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56697C is #A99683. Grayscale: #656565. Windows color (decimal): -11114116 or 8153430. OLE color: 8153430.

HSL color Cylindrical-coordinate representation of color #56697C: hue angle of 210º 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 #56697C is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 86 105 124 -
CMYK 0.31 0.15 0 0.51
HSL 210º 0.18% 0.41% -
HSV(B) 210º 0.31% 0.49% -
XYZ 12.53 13.54 21.02 -
YUV 101.49 140.71 116.96 -
System Red Green Blue C M Y K H S L
Decimal 86 105 124 0.31 0.15 0 0.51 210 0.18 0.41
Hex 56 69 7C 1F F 0 33 D2 12 29
Octal 126 151 174 37 17 0 63 322 22 51
Binary 1010110 1101001 1111100 11111 1111 0 110011 11010010 10010 101001

Color Harmonies of #56697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56697C

Black with #56697C

Text Example


Text Example

White with #56697C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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