Html Css Color HEX #507C82 Paradiso

📋 copy color: '#507C82'

red 80 ◦ green 124 ◦ blue 130

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

Shades of Paradiso #507C82

Tints of Paradiso #507C82

RGB

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

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

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

R = 23.95%
G = 37.13%
B = 38.92%

CMYK

 C value IS 0.38

 M value IS 0.05

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#507C82 (or 0x507C82) is known color: Paradiso. HEX triplet: 50, 7C and 82. RGB value is (80,124,130). Sum of RGB (Red+Green+Blue) = 80+124+130=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 130 - color contains mainly: blue. Hex color #507C82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507C82 is #AF837D. Grayscale: #6F6F6F. Windows color (decimal): -11502462 or 8551504. OLE color: 8551504.

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

Color convert

RGB 80 124 130 -
CMYK 0.38 0.05 0 0.49
HSL 187.2º 0.24% 0.41% -
HSV(B) 187.2º 0.38% 0.51% -
XYZ 14.55 17.73 23.78 -
YUV 111.53 138.42 105.51 -
System Red Green Blue C M Y K H S L
Decimal 80 124 130 0.38 0.05 0 0.49 187.2 0.24 0.41
Hex 50 7C 82 26 5 0 31 BB 18 29
Octal 120 174 202 46 5 0 61 273 30 51
Binary 1010000 1111100 10000010 100110 101 0 110001 10111011 11000 101001

Color Harmonies of #507C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507C82

Black with #507C82

Text Example


Text Example

White with #507C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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