Html Css Color HEX #57778D Wedgewood

📋 copy color: '#57778D'

red 87 ◦ green 119 ◦ blue 141

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

Shades of Wedgewood #57778D

Tints of Wedgewood #57778D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.29%

 BLUE value IS 141 (55.47% from 255) = 40.63%

R = 25.07%
G = 34.29%
B = 40.63%

CMYK

 C value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57778D (or 0x57778D) is known color: Wedgewood. HEX triplet: 57, 77 and 8D. RGB value is (87,119,141). Sum of RGB (Red+Green+Blue) = 87+119+141=347 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.07% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 141 - color contains mainly: blue. Hex color #57778D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57778D is #A88872. Grayscale: #6F6F6F. Windows color (decimal): -11044979 or 9271127. OLE color: 9271127.

HSL color Cylindrical-coordinate representation of color #57778D: hue angle of 204.44º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #57778D is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 87 119 141 -
CMYK 0.38 0.16 0 0.45
HSL 204.44º 0.24% 0.45% -
HSV(B) 204.44º 0.38% 0.55% -
XYZ 15.34 17.14 27.7 -
YUV 111.94 144.4 110.21 -
System Red Green Blue C M Y K H S L
Decimal 87 119 141 0.38 0.16 0 0.45 204.44 0.24 0.45
Hex 57 77 8D 26 10 0 2D CC 18 2D
Octal 127 167 215 46 20 0 55 314 30 55
Binary 1010111 1110111 10001101 100110 10000 0 101101 11001100 11000 101101

Color Harmonies of #57778D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57778D

Black with #57778D

Text Example


Text Example

White with #57778D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57778D; }

 p { color: rgb(87,119,141); }

 H1.HeaderClassName
 {
   color: #57778D;
 }
 .AnyTagClassName
 {
   color: #57778D;
 }
</style>

background-color css

<style>
 a { background-color: #57778D; }

 a { background-color: rgb(87,119,141); }

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

border-color css

<style>
 span { border-color: #57778D; }

 span { border-color: rgb(87,119,141); }

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