Html Css Color HEX #56667C Wedgewood

📋 copy color: '#56667C'

red 86 ◦ green 102 ◦ blue 124

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

Shades of Wedgewood #56667C

Tints of Wedgewood #56667C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.69%

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

R = 27.56%
G = 32.69%
B = 39.74%

CMYK

 C value IS 0.31

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#56667C (or 0x56667C) is known color: Wedgewood. HEX triplet: 56, 66 and 7C. RGB value is (86,102,124). Sum of RGB (Red+Green+Blue) = 86+102+124=312 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.56% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 124 - color contains mainly: blue. Hex color #56667C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56667C is #A99983. Grayscale: #636363. Windows color (decimal): -11114884 or 8152662. OLE color: 8152662.

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

Color convert

RGB 86 102 124 -
CMYK 0.31 0.18 0 0.51
HSL 214.74º 0.18% 0.41% -
HSV(B) 214.74º 0.31% 0.49% -
XYZ 12.23 12.94 20.92 -
YUV 99.72 141.7 118.21 -
System Red Green Blue C M Y K H S L
Decimal 86 102 124 0.31 0.18 0 0.51 214.74 0.18 0.41
Hex 56 66 7C 1F 12 0 33 D7 12 29
Octal 126 146 174 37 22 0 63 327 22 51
Binary 1010110 1100110 1111100 11111 10010 0 110011 11010111 10010 101001

Color Harmonies of #56667C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56667C

Black with #56667C

Text Example


Text Example

White with #56667C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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