Html Css Color HEX #57778C Wedgewood

📋 copy color: '#57778C'

red 87 ◦ green 119 ◦ blue 140

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

Shades of Wedgewood #57778C

Tints of Wedgewood #57778C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.46%

R = 25.14%
G = 34.39%
B = 40.46%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57778C (or 0x57778C) is known color: Wedgewood. HEX triplet: 57, 77 and 8C. RGB value is (87,119,140). Sum of RGB (Red+Green+Blue) = 87+119+140=346 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.14% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 140 - color contains mainly: blue. Hex color #57778C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57778C is #A88873. Grayscale: #6F6F6F. Windows color (decimal): -11044980 or 9205591. OLE color: 9205591.

HSL color Cylindrical-coordinate representation of color #57778C: hue angle of 203.77º degrees, saturation: 0.23, 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 #57778C is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 87 119 140 -
CMYK 0.38 0.15 0 0.45
HSL 203.77º 0.23% 0.45% -
HSV(B) 203.77º 0.38% 0.55% -
XYZ 15.26 17.11 27.31 -
YUV 111.83 143.9 110.29 -
System Red Green Blue C M Y K H S L
Decimal 87 119 140 0.38 0.15 0 0.45 203.77 0.23 0.45
Hex 57 77 8C 26 F 0 2D CC 17 2D
Octal 127 167 214 46 17 0 55 314 27 55
Binary 1010111 1110111 10001100 100110 1111 0 101101 11001100 10111 101101

Color Harmonies of #57778C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57778C

Black with #57778C

Text Example


Text Example

White with #57778C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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