#57758A

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

Shades of Wedgewood #57758A

Tints of Wedgewood #57758A

Color information

#57758A (or 0x57758A) is unknown color: approx Wedgewood. HEX triplet: 57, 75 and 8A. RGB value is (87,117,138). Sum of RGB (Red+Green+Blue) = 87+117+138=342 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.44% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 138 - color contains mainly: blue. Hex color #57758A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57758A is #A88A75. Grayscale: #6E6E6E. Windows color (decimal): -11045494 or 9074007. OLE color: 9074007.

HSL color Cylindrical-coordinate representation of color #57758A: hue angle of 204.71º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #57758A is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB87117138-
CMYK0.370.1500.46
HSL204.71º22.67%44.12%-
HSV(B)204.71º36.96%54.12%-
XYZ14.8816.5826.46-
YUV110.42143.56111.29-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.44%
GREEN value IS 117 (46.09% from 255) = 34.21%
BLUE value IS 138 (54.30% from 255) = 40.35%
R=25.44%
G=34.21%
B=40.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal871171380.370.1500.46204.7122.6744.12
Hex57758A25F02Ecd172c
Octal12716521245170563152754
Binary1010111111010110001010100101111101011101100110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57758A; }

 p { color: rgb(87,117,138); }

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

<style>
 a { background-color: #57758A; }

 a { background-color: rgb(87,117,138); }

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

<style>
 span { border-color: #57758A; }

 span { border-color: rgb(87,117,138); }

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