#57748B

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

Shades of Wedgewood #57748B

Tints of Wedgewood #57748B

Color information

#57748B (or 0x57748B) is unknown color: approx Wedgewood. HEX triplet: 57, 74 and 8B. RGB value is (87,116,139). Sum of RGB (Red+Green+Blue) = 87+116+139=342 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.44% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 139 - color contains mainly: blue. Hex color #57748B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57748B is #A88B74. Grayscale: #6D6D6D. Windows color (decimal): -11045749 or 9139287. OLE color: 9139287.

HSL color Cylindrical-coordinate representation of color #57748B: hue angle of 206.54º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #57748B is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB87116139-
CMYK0.370.1700.45
HSL206.54º23.01%44.31%-
HSV(B)206.54º37.41%54.51%-
XYZ14.8416.3826.81-
YUV109.95144.39111.63-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.44%
GREEN value IS 116 (45.70% from 255) = 33.92%
BLUE value IS 139 (54.69% from 255) = 40.64%
R=25.44%
G=33.92%
B=40.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal871161390.370.1700.45206.5423.0144.31
Hex57748B251102Dcf172c
Octal12716421345210553172754
Binary10101111110100100010111001011000101011011100111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57748B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,116,139); }

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

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

 a { background-color: rgb(87,116,139); }

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

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

 span { border-color: rgb(87,116,139); }

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