Html Css Color HEX #55677D Wedgewood

📋 copy color: '#55677D'

red 85 ◦ green 103 ◦ blue 125

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

Shades of Wedgewood #55677D

Tints of Wedgewood #55677D

RGB

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

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

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

R = 27.16%
G = 32.91%
B = 39.94%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#55677D (or 0x55677D) is known color: Wedgewood. HEX triplet: 55, 67 and 7D. RGB value is (85,103,125). Sum of RGB (Red+Green+Blue) = 85+103+125=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 125 (49.22% from 255 or 39.94% from 313); Max value from RGB is 125 - color contains mainly: blue. Hex color #55677D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55677D is #AA9882. Grayscale: #646464. Windows color (decimal): -11180163 or 8218453. OLE color: 8218453.

HSL color Cylindrical-coordinate representation of color #55677D: hue angle of 213º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #55677D is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 103 125 -
CMYK 0.32 0.18 0 0.51
HSL 213º 0.19% 0.41% -
HSV(B) 213º 0.32% 0.49% -
XYZ 12.3 13.11 21.28 -
YUV 100.13 142.04 117.21 -
System Red Green Blue C M Y K H S L
Decimal 85 103 125 0.32 0.18 0 0.51 213 0.19 0.41
Hex 55 67 7D 20 12 0 33 D5 13 29
Octal 125 147 175 40 22 0 63 325 23 51
Binary 1010101 1100111 1111101 100000 10010 0 110011 11010101 10011 101001

Color Harmonies of #55677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55677D

Black with #55677D

Text Example


Text Example

White with #55677D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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