Html Css Color HEX #57738A Wedgewood

📋 copy color: '#57738A'

red 87 ◦ green 115 ◦ blue 138

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

Shades of Wedgewood #57738A

Tints of Wedgewood #57738A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.82%

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

R = 25.59%
G = 33.82%
B = 40.59%

CMYK

 C value IS 0.37

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#57738A (or 0x57738A) is known color: Wedgewood. HEX triplet: 57, 73 and 8A. RGB value is (87,115,138). Sum of RGB (Red+Green+Blue) = 87+115+138=340 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.59% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 138 - color contains mainly: blue. Hex color #57738A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57738A is #A88C75. Grayscale: #6D6D6D. Windows color (decimal): -11046006 or 9073495. OLE color: 9073495.

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

Color convert

RGB 87 115 138 -
CMYK 0.37 0.17 0 0.46
HSL 207.06º 0.23% 0.44% -
HSV(B) 207.06º 0.37% 0.54% -
XYZ 14.65 16.12 26.38 -
YUV 109.25 144.22 112.13 -
System Red Green Blue C M Y K H S L
Decimal 87 115 138 0.37 0.17 0 0.46 207.06 0.23 0.44
Hex 57 73 8A 25 11 0 2E CF 17 2C
Octal 127 163 212 45 21 0 56 317 27 54
Binary 1010111 1110011 10001010 100101 10001 0 101110 11001111 10111 101100

Color Harmonies of #57738A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57738A

Black with #57738A

Text Example


Text Example

White with #57738A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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