Html Css Color HEX #507A82 Paradiso

📋 copy color: '#507A82'

red 80 ◦ green 122 ◦ blue 130

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

Shades of Paradiso #507A82

Tints of Paradiso #507A82

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.75%

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

R = 24.1%
G = 36.75%
B = 39.16%

CMYK

 C value IS 0.38

 M value IS 0.06

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#507A82 (or 0x507A82) is known color: Paradiso. HEX triplet: 50, 7A and 82. RGB value is (80,122,130). Sum of RGB (Red+Green+Blue) = 80+122+130=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 130 - color contains mainly: blue. Hex color #507A82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507A82 is #AF857D. Grayscale: #6E6E6E. Windows color (decimal): -11502974 or 8550992. OLE color: 8550992.

HSL color Cylindrical-coordinate representation of color #507A82: hue angle of 189.6º 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 #507A82 is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 122 130 -
CMYK 0.38 0.06 0 0.49
HSL 189.6º 0.24% 0.41% -
HSV(B) 189.6º 0.38% 0.51% -
XYZ 14.3 17.24 23.69 -
YUV 110.35 139.09 106.35 -
System Red Green Blue C M Y K H S L
Decimal 80 122 130 0.38 0.06 0 0.49 189.6 0.24 0.41
Hex 50 7A 82 26 6 0 31 BE 18 29
Octal 120 172 202 46 6 0 61 276 30 51
Binary 1010000 1111010 10000010 100110 110 0 110001 10111110 11000 101001

Color Harmonies of #507A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507A82

Black with #507A82

Text Example


Text Example

White with #507A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507A82; }

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

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

background-color css

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

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

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

border-color css

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

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

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