Html Css Color HEX #51758D Wedgewood

📋 copy color: '#51758D'

red 81 ◦ green 117 ◦ blue 141

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

Shades of Wedgewood #51758D

Tints of Wedgewood #51758D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.59%

R = 23.89%
G = 34.51%
B = 41.59%

CMYK

 C value IS 0.43

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#51758D (or 0x51758D) is known color: Wedgewood. HEX triplet: 51, 75 and 8D. RGB value is (81,117,141). Sum of RGB (Red+Green+Blue) = 81+117+141=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 141 - color contains mainly: blue. Hex color #51758D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51758D is #AE8A72. Grayscale: #6C6C6C. Windows color (decimal): -11438707 or 9270609. OLE color: 9270609.

HSL color Cylindrical-coordinate representation of color #51758D: hue angle of 204º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #51758D is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 81 117 141 -
CMYK 0.43 0.17 0 0.45
HSL 204º 0.27% 0.44% -
HSV(B) 204º 0.43% 0.55% -
XYZ 14.56 16.4 27.6 -
YUV 108.97 146.07 108.05 -
System Red Green Blue C M Y K H S L
Decimal 81 117 141 0.43 0.17 0 0.45 204 0.27 0.44
Hex 51 75 8D 2B 11 0 2D CC 1B 2C
Octal 121 165 215 53 21 0 55 314 33 54
Binary 1010001 1110101 10001101 101011 10001 0 101101 11001100 11011 101100

Color Harmonies of #51758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51758D

Black with #51758D

Text Example


Text Example

White with #51758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51758D; }

 p { color: rgb(81,117,141); }

 H1.HeaderClassName
 {
   color: #51758D;
 }
 .AnyTagClassName
 {
   color: #51758D;
 }
</style>

background-color css

<style>
 a { background-color: #51758D; }

 a { background-color: rgb(81,117,141); }

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

border-color css

<style>
 span { border-color: #51758D; }

 span { border-color: rgb(81,117,141); }

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