Html Css Color HEX #51657E Wedgewood

📋 copy color: '#51657E'

red 81 ◦ green 101 ◦ blue 126

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

Shades of Wedgewood #51657E

Tints of Wedgewood #51657E

RGB

 RED value IS 81 (32.03% from 255) = 26.3%

 GREEN value IS 101 (39.84% from 255) = 32.79%

 BLUE value IS 126 (49.61% from 255) = 40.91%

R = 26.3%
G = 32.79%
B = 40.91%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#51657E (or 0x51657E) is known color: Wedgewood. HEX triplet: 51, 65 and 7E. RGB value is (81,101,126). Sum of RGB (Red+Green+Blue) = 81+101+126=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 126 - color contains mainly: blue. Hex color #51657E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51657E is #AE9A81. Grayscale: #616161. Windows color (decimal): -11442818 or 8283473. OLE color: 8283473.

HSL color Cylindrical-coordinate representation of color #51657E: hue angle of 213.33º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #51657E is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 81 101 126 -
CMYK 0.36 0.20 0 0.51
HSL 213.33º 0.22% 0.41% -
HSV(B) 213.33º 0.36% 0.49% -
XYZ 11.81 12.56 21.54 -
YUV 97.87 143.87 115.97 -
System Red Green Blue C M Y K H S L
Decimal 81 101 126 0.36 0.20 0 0.51 213.33 0.22 0.41
Hex 51 65 7E 24 14 0 33 D5 16 29
Octal 121 145 176 44 24 0 63 325 26 51
Binary 1010001 1100101 1111110 100100 10100 0 110011 11010101 10110 101001

Color Harmonies of #51657E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51657E

Black with #51657E

Text Example


Text Example

White with #51657E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,101,126); }

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

background-color css

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

 a { background-color: rgb(81,101,126); }

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

border-color css

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

 span { border-color: rgb(81,101,126); }

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