Html Css Color HEX #57748B Wedgewood

📋 copy color: '#57748B'

red 87 ◦ green 116 ◦ blue 139

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

Shades of Wedgewood #57748B

Tints of Wedgewood #57748B

RGB

 RED value IS 87 (34.38% from 255) = 25.44%

 GREEN value IS 116 (45.7% 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 value IS 0.37

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57748B (or 0x57748B) is known color: 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

RGB 87 116 139 -
CMYK 0.37 0.17 0 0.45
HSL 206.54º 0.23% 0.44% -
HSV(B) 206.54º 0.37% 0.55% -
XYZ 14.84 16.38 26.81 -
YUV 109.95 144.39 111.63 -
System Red Green Blue C M Y K H S L
Decimal 87 116 139 0.37 0.17 0 0.45 206.54 0.23 0.44
Hex 57 74 8B 25 11 0 2D CF 17 2C
Octal 127 164 213 45 21 0 55 317 27 54
Binary 1010111 1110100 10001011 100101 10001 0 101101 11001111 10111 101100

Color Harmonies of #57748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57748B

Black with #57748B

Text Example


Text Example

White with #57748B

Text Example


Text Example

HTML Codes & Css Web 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>