Html Css Color HEX #507882 Paradiso

📋 copy color: '#507882'

red 80 ◦ green 120 ◦ blue 130

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

Shades of Paradiso #507882

Tints of Paradiso #507882

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.36%

 BLUE value IS 130 (51.17% from 255) = 39.39%

R = 24.24%
G = 36.36%
B = 39.39%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#507882 (or 0x507882) is known color: Paradiso. HEX triplet: 50, 78 and 82. RGB value is (80,120,130). Sum of RGB (Red+Green+Blue) = 80+120+130=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 130 - color contains mainly: blue. Hex color #507882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507882 is #AF877D. Grayscale: #6D6D6D. Windows color (decimal): -11503486 or 8550480. OLE color: 8550480.

HSL color Cylindrical-coordinate representation of color #507882: hue angle of 192º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #507882 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 120 130 -
CMYK 0.38 0.08 0 0.49
HSL 192º 0.24% 0.41% -
HSV(B) 192º 0.38% 0.51% -
XYZ 14.05 16.75 23.61 -
YUV 109.18 139.75 107.19 -
System Red Green Blue C M Y K H S L
Decimal 80 120 130 0.38 0.08 0 0.49 192 0.24 0.41
Hex 50 78 82 26 8 0 31 C0 18 29
Octal 120 170 202 46 10 0 61 300 30 51
Binary 1010000 1111000 10000010 100110 1000 0 110001 11000000 11000 101001

Color Harmonies of #507882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507882

Black with #507882

Text Example


Text Example

White with #507882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507882; }

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

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

background-color css

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

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

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

border-color css

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

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

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