Html Css Color HEX #56667B Wedgewood

📋 copy color: '#56667B'

red 86 ◦ green 102 ◦ blue 123

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

Shades of Wedgewood #56667B

Tints of Wedgewood #56667B

RGB

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

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

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

R = 27.65%
G = 32.8%
B = 39.55%

CMYK

 C value IS 0.30

 M value IS 0.17

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#56667B (or 0x56667B) is known color: Wedgewood. HEX triplet: 56, 66 and 7B. RGB value is (86,102,123). Sum of RGB (Red+Green+Blue) = 86+102+123=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 123 (48.44% from 255 or 39.55% from 311); Max value from RGB is 123 - color contains mainly: blue. Hex color #56667B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56667B is #A99984. Grayscale: #636363. Windows color (decimal): -11114885 or 8087126. OLE color: 8087126.

HSL color Cylindrical-coordinate representation of color #56667B: hue angle of 214.05º 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 #56667B is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 86 102 123 -
CMYK 0.30 0.17 0 0.52
HSL 214.05º 0.18% 0.41% -
HSV(B) 214.05º 0.3% 0.48% -
XYZ 12.16 12.91 20.59 -
YUV 99.61 141.2 118.29 -
System Red Green Blue C M Y K H S L
Decimal 86 102 123 0.30 0.17 0 0.52 214.05 0.18 0.41
Hex 56 66 7B 1E 11 0 34 D6 12 29
Octal 126 146 173 36 21 0 64 326 22 51
Binary 1010110 1100110 1111011 11110 10001 0 110100 11010110 10010 101001

Color Harmonies of #56667B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56667B

Black with #56667B

Text Example


Text Example

White with #56667B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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