Html Css Color HEX #57768C Wedgewood

📋 copy color: '#57768C'

red 87 ◦ green 118 ◦ blue 140

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

Shades of Wedgewood #57768C

Tints of Wedgewood #57768C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.2%

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

R = 25.22%
G = 34.2%
B = 40.58%

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

#57768C (or 0x57768C) is known color: Wedgewood. HEX triplet: 57, 76 and 8C. RGB value is (87,118,140). Sum of RGB (Red+Green+Blue) = 87+118+140=345 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.22% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 140 - color contains mainly: blue. Hex color #57768C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57768C is #A88973. Grayscale: #6F6F6F. Windows color (decimal): -11045236 or 9205335. OLE color: 9205335.

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

Color convert

RGB 87 118 140 -
CMYK 0.38 0.16 0 0.45
HSL 204.91º 0.23% 0.45% -
HSV(B) 204.91º 0.38% 0.55% -
XYZ 15.14 16.88 27.27 -
YUV 111.24 144.23 110.71 -
System Red Green Blue C M Y K H S L
Decimal 87 118 140 0.38 0.16 0 0.45 204.91 0.23 0.45
Hex 57 76 8C 26 10 0 2D CD 17 2D
Octal 127 166 214 46 20 0 55 315 27 55
Binary 1010111 1110110 10001100 100110 10000 0 101101 11001101 10111 101101

Color Harmonies of #57768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57768C

Black with #57768C

Text Example


Text Example

White with #57768C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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