Html Css Color HEX #51738C Wedgewood

📋 copy color: '#51738C'

red 81 ◦ green 115 ◦ blue 140

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

Shades of Wedgewood #51738C

Tints of Wedgewood #51738C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.23%

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

R = 24.11%
G = 34.23%
B = 41.67%

CMYK

 C value IS 0.42

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#51738C (or 0x51738C) is known color: Wedgewood. HEX triplet: 51, 73 and 8C. RGB value is (81,115,140). Sum of RGB (Red+Green+Blue) = 81+115+140=336 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.11% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 140 - color contains mainly: blue. Hex color #51738C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51738C is #AE8C73. Grayscale: #6B6B6B. Windows color (decimal): -11439220 or 9204561. OLE color: 9204561.

HSL color Cylindrical-coordinate representation of color #51738C: hue angle of 205.42º 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 #51738C is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 81 115 140 -
CMYK 0.42 0.18 0 0.45
HSL 205.42º 0.27% 0.43% -
HSV(B) 205.42º 0.42% 0.55% -
XYZ 14.26 15.9 27.13 -
YUV 107.68 146.24 108.97 -
System Red Green Blue C M Y K H S L
Decimal 81 115 140 0.42 0.18 0 0.45 205.42 0.27 0.43
Hex 51 73 8C 2A 12 0 2D CD 1B 2B
Octal 121 163 214 52 22 0 55 315 33 53
Binary 1010001 1110011 10001100 101010 10010 0 101101 11001101 11011 101011

Color Harmonies of #51738C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51738C

Black with #51738C

Text Example


Text Example

White with #51738C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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