Html Css Color HEX #50738B Wedgewood

📋 copy color: '#50738B'

red 80 ◦ green 115 ◦ blue 139

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

Shades of Wedgewood #50738B

Tints of Wedgewood #50738B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.62%

R = 23.95%
G = 34.43%
B = 41.62%

CMYK

 C value IS 0.42

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50738B (or 0x50738B) is known color: Wedgewood. HEX triplet: 50, 73 and 8B. RGB value is (80,115,139). Sum of RGB (Red+Green+Blue) = 80+115+139=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 139 - color contains mainly: blue. Hex color #50738B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50738B is #AF8C74. Grayscale: #6B6B6B. Windows color (decimal): -11504757 or 9139024. OLE color: 9139024.

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

Color convert

RGB 80 115 139 -
CMYK 0.42 0.17 0 0.45
HSL 204.41º 0.27% 0.43% -
HSV(B) 204.41º 0.42% 0.55% -
XYZ 14.1 15.83 26.74 -
YUV 107.27 145.9 108.55 -
System Red Green Blue C M Y K H S L
Decimal 80 115 139 0.42 0.17 0 0.45 204.41 0.27 0.43
Hex 50 73 8B 2A 11 0 2D CC 1B 2B
Octal 120 163 213 52 21 0 55 314 33 53
Binary 1010000 1110011 10001011 101010 10001 0 101101 11001100 11011 101011

Color Harmonies of #50738B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50738B

Black with #50738B

Text Example


Text Example

White with #50738B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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