Html Css Color HEX #56677D Wedgewood

📋 copy color: '#56677D'

red 86 ◦ green 103 ◦ blue 125

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

Shades of Wedgewood #56677D

Tints of Wedgewood #56677D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.8%

 BLUE value IS 125 (49.22% from 255) = 39.81%

R = 27.39%
G = 32.8%
B = 39.81%

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

#56677D (or 0x56677D) is known color: Wedgewood. HEX triplet: 56, 67 and 7D. RGB value is (86,103,125). Sum of RGB (Red+Green+Blue) = 86+103+125=314 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.39% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 125 - color contains mainly: blue. Hex color #56677D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56677D is #A99882. Grayscale: #646464. Windows color (decimal): -11114627 or 8218454. OLE color: 8218454.

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

Color convert

RGB 86 103 125 -
CMYK 0.31 0.18 0 0.51
HSL 213.85º 0.18% 0.41% -
HSV(B) 213.85º 0.31% 0.49% -
XYZ 12.39 13.16 21.29 -
YUV 100.43 141.87 117.71 -
System Red Green Blue C M Y K H S L
Decimal 86 103 125 0.31 0.18 0 0.51 213.85 0.18 0.41
Hex 56 67 7D 1F 12 0 33 D6 12 29
Octal 126 147 175 37 22 0 63 326 22 51
Binary 1010110 1100111 1111101 11111 10010 0 110011 11010110 10010 101001

Color Harmonies of #56677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56677D

Black with #56677D

Text Example


Text Example

White with #56677D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56677D; }

 p { color: rgb(86,103,125); }

 H1.HeaderClassName
 {
   color: #56677D;
 }
 .AnyTagClassName
 {
   color: #56677D;
 }
</style>

background-color css

<style>
 a { background-color: #56677D; }

 a { background-color: rgb(86,103,125); }

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

border-color css

<style>
 span { border-color: #56677D; }

 span { border-color: rgb(86,103,125); }

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