Html Css Color HEX #50828C Paradiso

📋 copy color: '#50828C'

red 80 ◦ green 130 ◦ blue 140

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

Shades of Paradiso #50828C

Tints of Paradiso #50828C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.14%

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

R = 22.86%
G = 37.14%
B = 40%

CMYK

 C value IS 0.43

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50828C (or 0x50828C) is known color: Paradiso. HEX triplet: 50, 82 and 8C. RGB value is (80,130,140). Sum of RGB (Red+Green+Blue) = 80+130+140=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 140 - color contains mainly: blue. Hex color #50828C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50828C is #AF7D73. Grayscale: #747474. Windows color (decimal): -11500916 or 9208400. OLE color: 9208400.

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

Color convert

RGB 80 130 140 -
CMYK 0.43 0.07 0 0.45
HSL 190º 0.27% 0.43% -
HSV(B) 190º 0.43% 0.55% -
XYZ 16.02 19.56 27.74 -
YUV 116.19 141.44 102.19 -
System Red Green Blue C M Y K H S L
Decimal 80 130 140 0.43 0.07 0 0.45 190 0.27 0.43
Hex 50 82 8C 2B 7 0 2D BE 1B 2B
Octal 120 202 214 53 7 0 55 276 33 53
Binary 1010000 10000010 10001100 101011 111 0 101101 10111110 11011 101011

Color Harmonies of #50828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50828C

Black with #50828C

Text Example


Text Example

White with #50828C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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