Html Css Color HEX #50758C Wedgewood

📋 copy color: '#50758C'

red 80 ◦ green 117 ◦ blue 140

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

Shades of Wedgewood #50758C

Tints of Wedgewood #50758C

RGB

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

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

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

R = 23.74%
G = 34.72%
B = 41.54%

CMYK

 C value IS 0.43

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50758C (or 0x50758C) is known color: Wedgewood. HEX triplet: 50, 75 and 8C. RGB value is (80,117,140). Sum of RGB (Red+Green+Blue) = 80+117+140=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 140 - color contains mainly: blue. Hex color #50758C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50758C is #AF8A73. Grayscale: #6C6C6C. Windows color (decimal): -11504244 or 9205072. OLE color: 9205072.

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

Color convert

RGB 80 117 140 -
CMYK 0.43 0.16 0 0.45
HSL 203º 0.27% 0.43% -
HSV(B) 203º 0.43% 0.55% -
XYZ 14.4 16.32 27.2 -
YUV 108.56 145.74 107.63 -
System Red Green Blue C M Y K H S L
Decimal 80 117 140 0.43 0.16 0 0.45 203 0.27 0.43
Hex 50 75 8C 2B 10 0 2D CB 1B 2B
Octal 120 165 214 53 20 0 55 313 33 53
Binary 1010000 1110101 10001100 101011 10000 0 101101 11001011 11011 101011

Color Harmonies of #50758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50758C

Black with #50758C

Text Example


Text Example

White with #50758C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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