Html Css Color HEX #57778E Wedgewood

📋 copy color: '#57778E'

red 87 ◦ green 119 ◦ blue 142

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

Shades of Wedgewood #57778E

Tints of Wedgewood #57778E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.8%

R = 25%
G = 34.2%
B = 40.8%

CMYK

 C value IS 0.39

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#57778E (or 0x57778E) is known color: Wedgewood. HEX triplet: 57, 77 and 8E. RGB value is (87,119,142). Sum of RGB (Red+Green+Blue) = 87+119+142=348 (46% of max value = 765). Red value is 87 (34.38% from 255 or 25% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 142 - color contains mainly: blue. Hex color #57778E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57778E is #A88871. Grayscale: #6F6F6F. Windows color (decimal): -11044978 or 9336663. OLE color: 9336663.

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

Color convert

RGB 87 119 142 -
CMYK 0.39 0.16 0 0.44
HSL 205.09º 0.24% 0.45% -
HSV(B) 205.09º 0.39% 0.56% -
XYZ 15.41 17.17 28.09 -
YUV 112.05 144.9 110.13 -
System Red Green Blue C M Y K H S L
Decimal 87 119 142 0.39 0.16 0 0.44 205.09 0.24 0.45
Hex 57 77 8E 27 10 0 2C CD 18 2D
Octal 127 167 216 47 20 0 54 315 30 55
Binary 1010111 1110111 10001110 100111 10000 0 101100 11001101 11000 101101

Color Harmonies of #57778E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57778E

Black with #57778E

Text Example


Text Example

White with #57778E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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