Html Css Color HEX #56677B Wedgewood

📋 copy color: '#56677B'

red 86 ◦ green 103 ◦ blue 123

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

Shades of Wedgewood #56677B

Tints of Wedgewood #56677B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.42%

R = 27.56%
G = 33.01%
B = 39.42%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#56677B (or 0x56677B) is known color: Wedgewood. HEX triplet: 56, 67 and 7B. RGB value is (86,103,123). Sum of RGB (Red+Green+Blue) = 86+103+123=312 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.56% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 123 - color contains mainly: blue. Hex color #56677B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56677B is #A99884. Grayscale: #646464. Windows color (decimal): -11114629 or 8087382. OLE color: 8087382.

HSL color Cylindrical-coordinate representation of color #56677B: hue angle of 212.43º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #56677B is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 86 103 123 -
CMYK 0.30 0.16 0 0.52
HSL 212.43º 0.18% 0.41% -
HSV(B) 212.43º 0.3% 0.48% -
XYZ 12.26 13.11 20.62 -
YUV 100.2 140.87 117.87 -
System Red Green Blue C M Y K H S L
Decimal 86 103 123 0.30 0.16 0 0.52 212.43 0.18 0.41
Hex 56 67 7B 1E 10 0 34 D4 12 29
Octal 126 147 173 36 20 0 64 324 22 51
Binary 1010110 1100111 1111011 11110 10000 0 110100 11010100 10010 101001

Color Harmonies of #56677B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56677B

Black with #56677B

Text Example


Text Example

White with #56677B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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