Html Css Color HEX #57748A Wedgewood

📋 copy color: '#57748A'

red 87 ◦ green 116 ◦ blue 138

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

Shades of Wedgewood #57748A

Tints of Wedgewood #57748A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.02%

 BLUE value IS 138 (54.3% from 255) = 40.47%

R = 25.51%
G = 34.02%
B = 40.47%

CMYK

 C value IS 0.37

 M value IS 0.16

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#57748A (or 0x57748A) is known color: Wedgewood. HEX triplet: 57, 74 and 8A. RGB value is (87,116,138). Sum of RGB (Red+Green+Blue) = 87+116+138=341 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.51% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 138 - color contains mainly: blue. Hex color #57748A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57748A is #A88B75. Grayscale: #6D6D6D. Windows color (decimal): -11045750 or 9073751. OLE color: 9073751.

HSL color Cylindrical-coordinate representation of color #57748A: hue angle of 205.88º 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 #57748A is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 87 116 138 -
CMYK 0.37 0.16 0 0.46
HSL 205.88º 0.23% 0.44% -
HSV(B) 205.88º 0.37% 0.54% -
XYZ 14.76 16.35 26.42 -
YUV 109.84 143.89 111.71 -
System Red Green Blue C M Y K H S L
Decimal 87 116 138 0.37 0.16 0 0.46 205.88 0.23 0.44
Hex 57 74 8A 25 10 0 2E CE 17 2C
Octal 127 164 212 45 20 0 56 316 27 54
Binary 1010111 1110100 10001010 100101 10000 0 101110 11001110 10111 101100

Color Harmonies of #57748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57748A

Black with #57748A

Text Example


Text Example

White with #57748A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #57748A;
 }
 .AnyTagClassName
 {
   color: #57748A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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