Html Css Color HEX #51758C Wedgewood

📋 copy color: '#51758C'

red 81 ◦ green 117 ◦ blue 140

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

Shades of Wedgewood #51758C

Tints of Wedgewood #51758C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.42%

R = 23.96%
G = 34.62%
B = 41.42%

CMYK

 C value IS 0.42

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#51758C (or 0x51758C) is known color: Wedgewood. HEX triplet: 51, 75 and 8C. RGB value is (81,117,140). Sum of RGB (Red+Green+Blue) = 81+117+140=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 140 (55.08% from 255 or 41.42% from 338); Max value from RGB is 140 - color contains mainly: blue. Hex color #51758C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51758C is #AE8A73. Grayscale: #6C6C6C. Windows color (decimal): -11438708 or 9205073. OLE color: 9205073.

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

Color convert

RGB 81 117 140 -
CMYK 0.42 0.16 0 0.45
HSL 203.39º 0.27% 0.43% -
HSV(B) 203.39º 0.42% 0.55% -
XYZ 14.49 16.37 27.21 -
YUV 108.86 145.57 108.13 -
System Red Green Blue C M Y K H S L
Decimal 81 117 140 0.42 0.16 0 0.45 203.39 0.27 0.43
Hex 51 75 8C 2A 10 0 2D CB 1B 2B
Octal 121 165 214 52 20 0 55 313 33 53
Binary 1010001 1110101 10001100 101010 10000 0 101101 11001011 11011 101011

Color Harmonies of #51758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51758C

Black with #51758C

Text Example


Text Example

White with #51758C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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