Html Css Color HEX #507C87 Paradiso

📋 copy color: '#507C87'

red 80 ◦ green 124 ◦ blue 135

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

Shades of Paradiso #507C87

Tints of Paradiso #507C87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 39.82%

R = 23.6%
G = 36.58%
B = 39.82%

CMYK

 C value IS 0.41

 M value IS 0.08

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#507C87 (or 0x507C87) is known color: Paradiso. HEX triplet: 50, 7C and 87. RGB value is (80,124,135). Sum of RGB (Red+Green+Blue) = 80+124+135=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 135 (53.12% from 255 or 39.82% from 339); Max value from RGB is 135 - color contains mainly: blue. Hex color #507C87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507C87 is #AF8378. Grayscale: #707070. Windows color (decimal): -11502457 or 8879184. OLE color: 8879184.

HSL color Cylindrical-coordinate representation of color #507C87: hue angle of 192º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #507C87 is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 124 135 -
CMYK 0.41 0.08 0 0.47
HSL 192º 0.26% 0.42% -
HSV(B) 192º 0.41% 0.53% -
XYZ 14.89 17.87 25.59 -
YUV 112.1 140.92 105.11 -
System Red Green Blue C M Y K H S L
Decimal 80 124 135 0.41 0.08 0 0.47 192 0.26 0.42
Hex 50 7C 87 29 8 0 2F C0 1A 2A
Octal 120 174 207 51 10 0 57 300 32 52
Binary 1010000 1111100 10000111 101001 1000 0 101111 11000000 11010 101010

Color Harmonies of #507C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507C87

Black with #507C87

Text Example


Text Example

White with #507C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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