Html Css Color HEX #507C86 Paradiso

📋 copy color: '#507C86'

red 80 ◦ green 124 ◦ blue 134

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

Shades of Paradiso #507C86

Tints of Paradiso #507C86

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.69%

 BLUE value IS 134 (52.73% from 255) = 39.64%

R = 23.67%
G = 36.69%
B = 39.64%

CMYK

 C value IS 0.40

 M value IS 0.07

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#507C86 (or 0x507C86) is known color: Paradiso. HEX triplet: 50, 7C and 86. RGB value is (80,124,134). Sum of RGB (Red+Green+Blue) = 80+124+134=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 134 (52.73% from 255 or 39.64% from 338); Max value from RGB is 134 - color contains mainly: blue. Hex color #507C86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507C86 is #AF8379. Grayscale: #6F6F6F. Windows color (decimal): -11502458 or 8813648. OLE color: 8813648.

HSL color Cylindrical-coordinate representation of color #507C86: hue angle of 191.11º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #507C86 is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 124 134 -
CMYK 0.40 0.07 0 0.47
HSL 191.11º 0.25% 0.42% -
HSV(B) 191.11º 0.4% 0.53% -
XYZ 14.82 17.84 25.22 -
YUV 111.98 140.42 105.19 -
System Red Green Blue C M Y K H S L
Decimal 80 124 134 0.40 0.07 0 0.47 191.11 0.25 0.42
Hex 50 7C 86 28 7 0 2F BF 19 2A
Octal 120 174 206 50 7 0 57 277 31 52
Binary 1010000 1111100 10000110 101000 111 0 101111 10111111 11001 101010

Color Harmonies of #507C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507C86

Black with #507C86

Text Example


Text Example

White with #507C86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,124,134); }

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

background-color css

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

 a { background-color: rgb(80,124,134); }

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

border-color css

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

 span { border-color: rgb(80,124,134); }

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