Html Css Color HEX #50738C Wedgewood

📋 copy color: '#50738C'

red 80 ◦ green 115 ◦ blue 140

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

Shades of Wedgewood #50738C

Tints of Wedgewood #50738C

RGB

 RED value IS 80 (31.64% from 255) = 23.88%

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

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

R = 23.88%
G = 34.33%
B = 41.79%

CMYK

 C value IS 0.43

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50738C (or 0x50738C) is known color: Wedgewood. HEX triplet: 50, 73 and 8C. RGB value is (80,115,140). Sum of RGB (Red+Green+Blue) = 80+115+140=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 140 - color contains mainly: blue. Hex color #50738C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50738C is #AF8C73. Grayscale: #6B6B6B. Windows color (decimal): -11504756 or 9204560. OLE color: 9204560.

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

Color convert

RGB 80 115 140 -
CMYK 0.43 0.18 0 0.45
HSL 205º 0.27% 0.43% -
HSV(B) 205º 0.43% 0.55% -
XYZ 14.17 15.86 27.13 -
YUV 107.39 146.4 108.47 -
System Red Green Blue C M Y K H S L
Decimal 80 115 140 0.43 0.18 0 0.45 205 0.27 0.43
Hex 50 73 8C 2B 12 0 2D CD 1B 2B
Octal 120 163 214 53 22 0 55 315 33 53
Binary 1010000 1110011 10001100 101011 10010 0 101101 11001101 11011 101011

Color Harmonies of #50738C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50738C

Black with #50738C

Text Example


Text Example

White with #50738C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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