Html Css Color HEX #57697B Wedgewood

📋 copy color: '#57697B'

red 87 ◦ green 105 ◦ blue 123

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

Shades of Wedgewood #57697B

Tints of Wedgewood #57697B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.33%

 BLUE value IS 123 (48.44% from 255) = 39.05%

R = 27.62%
G = 33.33%
B = 39.05%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#57697B (or 0x57697B) is known color: Wedgewood. HEX triplet: 57, 69 and 7B. RGB value is (87,105,123). Sum of RGB (Red+Green+Blue) = 87+105+123=315 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.62% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 123 - color contains mainly: blue. Hex color #57697B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57697B is #A89684. Grayscale: #656565. Windows color (decimal): -11048581 or 8087895. OLE color: 8087895.

HSL color Cylindrical-coordinate representation of color #57697B: hue angle of 210º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #57697B is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 87 105 123 -
CMYK 0.29 0.15 0 0.52
HSL 210º 0.17% 0.41% -
HSV(B) 210º 0.29% 0.48% -
XYZ 12.56 13.56 20.69 -
YUV 101.67 140.04 117.54 -
System Red Green Blue C M Y K H S L
Decimal 87 105 123 0.29 0.15 0 0.52 210 0.17 0.41
Hex 57 69 7B 1D F 0 34 D2 11 29
Octal 127 151 173 35 17 0 64 322 21 51
Binary 1010111 1101001 1111011 11101 1111 0 110100 11010010 10001 101001

Color Harmonies of #57697B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57697B

Black with #57697B

Text Example


Text Example

White with #57697B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,105,123); }

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

background-color css

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

 a { background-color: rgb(87,105,123); }

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

border-color css

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

 span { border-color: rgb(87,105,123); }

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