Html Css Color HEX #57758B Wedgewood

📋 copy color: '#57758B'

red 87 ◦ green 117 ◦ blue 139

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

Shades of Wedgewood #57758B

Tints of Wedgewood #57758B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.11%

 BLUE value IS 139 (54.69% from 255) = 40.52%

R = 25.36%
G = 34.11%
B = 40.52%

CMYK

 C value IS 0.37

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#57758B (or 0x57758B) is known color: Wedgewood. HEX triplet: 57, 75 and 8B. RGB value is (87,117,139). Sum of RGB (Red+Green+Blue) = 87+117+139=343 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.36% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 139 - color contains mainly: blue. Hex color #57758B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #57758B is #A88A74. Grayscale: #6E6E6E. Windows color (decimal): -11045493 or 9139543. OLE color: 9139543.

HSL color Cylindrical-coordinate representation of color #57758B: hue angle of 205.38º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #57758B is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 87 117 139 -
CMYK 0.37 0.16 0 0.45
HSL 205.38º 0.23% 0.44% -
HSV(B) 205.38º 0.37% 0.55% -
XYZ 14.95 16.61 26.84 -
YUV 110.54 144.06 111.21 -
System Red Green Blue C M Y K H S L
Decimal 87 117 139 0.37 0.16 0 0.45 205.38 0.23 0.44
Hex 57 75 8B 25 10 0 2D CD 17 2C
Octal 127 165 213 45 20 0 55 315 27 54
Binary 1010111 1110101 10001011 100101 10000 0 101101 11001101 10111 101100

Color Harmonies of #57758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57758B

Black with #57758B

Text Example


Text Example

White with #57758B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57758B; }

 p { color: rgb(87,117,139); }

 H1.HeaderClassName
 {
   color: #57758B;
 }
 .AnyTagClassName
 {
   color: #57758B;
 }
</style>

background-color css

<style>
 a { background-color: #57758B; }

 a { background-color: rgb(87,117,139); }

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

border-color css

<style>
 span { border-color: #57758B; }

 span { border-color: rgb(87,117,139); }

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