Html Css Color HEX #57768A Wedgewood

📋 copy color: '#57768A'

red 87 ◦ green 118 ◦ blue 138

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

Shades of Wedgewood #57768A

Tints of Wedgewood #57768A

RGB

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

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

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

R = 25.36%
G = 34.4%
B = 40.23%

CMYK

 C value IS 0.37

 M value IS 0.14

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#57768A (or 0x57768A) is known color: Wedgewood. HEX triplet: 57, 76 and 8A. RGB value is (87,118,138). Sum of RGB (Red+Green+Blue) = 87+118+138=343 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.36% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 138 - color contains mainly: blue. Hex color #57768A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57768A is #A88975. Grayscale: #6E6E6E. Windows color (decimal): -11045238 or 9074263. OLE color: 9074263.

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

Color convert

RGB 87 118 138 -
CMYK 0.37 0.14 0 0.46
HSL 203.53º 0.23% 0.44% -
HSV(B) 203.53º 0.37% 0.54% -
XYZ 15 16.82 26.5 -
YUV 111.01 143.23 110.87 -
System Red Green Blue C M Y K H S L
Decimal 87 118 138 0.37 0.14 0 0.46 203.53 0.23 0.44
Hex 57 76 8A 25 E 0 2E CC 17 2C
Octal 127 166 212 45 16 0 56 314 27 54
Binary 1010111 1110110 10001010 100101 1110 0 101110 11001100 10111 101100

Color Harmonies of #57768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57768A

Black with #57768A

Text Example


Text Example

White with #57768A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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