#53778F

Color #53778F Wedgewood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wedgewood #53778F

Tints of Wedgewood #53778F

Color information

#53778F (or 0x53778F) is unknown color: approx Wedgewood. HEX triplet: 53, 77 and 8F. RGB value is (83,119,143). Sum of RGB (Red+Green+Blue) = 83+119+143=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 143 (56.25% from 255 or 41.45% from 345); Max value from RGB is 143 - color contains mainly: blue. Hex color #53778F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53778F is #AC8870. Grayscale: #6E6E6E. Windows color (decimal): -11307121 or 9402195. OLE color: 9402195.

HSL color Cylindrical-coordinate representation of color #53778F: hue angle of 204º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53778F is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB83119143-
CMYK0.420.1700.44
HSL204º26.55%44.31%-
HSV(B)204º41.96%56.08%-
XYZ15.1217.0228.47-
YUV110.97146.07108.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.06%
GREEN value IS 119 (46.88% from 255) = 34.49%
BLUE value IS 143 (56.25% from 255) = 41.45%
R=24.06%
G=34.49%
B=41.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal831191430.420.1700.4420426.5544.31
Hex53778F2A1102Ccc1b2c
Octal12316721752210543143354
Binary10100111110111100011111010101000101011001100110011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53778F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53778F; }

 p { color: rgb(83,119,143); }

 H1.HeaderClassName
 {
   color: #53778F;
 }
 .AnyTagClassName
 {
   color: #53778F;
 }
</style>
background-color css

<style>
 a { background-color: #53778F; }

 a { background-color: rgb(83,119,143); }

 div.DivClassName
 {
   background-color: #53778F;
 }
 .BgClassName
 {
   background-color: #53778F;
 }
</style>
border-color css

<style>
 span { border-color: #53778F; }

 span { border-color: rgb(83,119,143); }

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