Html Css Color HEX #55687B Wedgewood

📋 copy color: '#55687B'

red 85 ◦ green 104 ◦ blue 123

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

Shades of Wedgewood #55687B

Tints of Wedgewood #55687B

RGB

 RED value IS 85 (33.59% from 255) = 27.24%

 GREEN value IS 104 (41.02% from 255) = 33.33%

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

R = 27.24%
G = 33.33%
B = 39.42%

CMYK

 C value IS 0.31

 M value IS 0.15

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#55687B (or 0x55687B) is known color: Wedgewood. HEX triplet: 55, 68 and 7B. RGB value is (85,104,123). Sum of RGB (Red+Green+Blue) = 85+104+123=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 104 (41.02% from 255 or 33.33% 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 #55687B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55687B is #AA9784. Grayscale: #646464. Windows color (decimal): -11179909 or 8087637. OLE color: 8087637.

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

Color convert

RGB 85 104 123 -
CMYK 0.31 0.15 0 0.52
HSL 210º 0.18% 0.41% -
HSV(B) 210º 0.31% 0.48% -
XYZ 12.27 13.26 20.65 -
YUV 100.49 140.71 116.96 -
System Red Green Blue C M Y K H S L
Decimal 85 104 123 0.31 0.15 0 0.52 210 0.18 0.41
Hex 55 68 7B 1F F 0 34 D2 12 29
Octal 125 150 173 37 17 0 64 322 22 51
Binary 1010101 1101000 1111011 11111 1111 0 110100 11010010 10010 101001

Color Harmonies of #55687B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55687B

Black with #55687B

Text Example


Text Example

White with #55687B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,104,123); }

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

background-color css

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

 a { background-color: rgb(85,104,123); }

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

border-color css

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

 span { border-color: rgb(85,104,123); }

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