Html Css Color HEX #507F84 Paradiso

📋 copy color: '#507F84'

red 80 ◦ green 127 ◦ blue 132

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

Shades of Paradiso #507F84

Tints of Paradiso #507F84

RGB

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

 GREEN value IS 127 (50% from 255) = 37.46%

 BLUE value IS 132 (51.95% from 255) = 38.94%

R = 23.6%
G = 37.46%
B = 38.94%

CMYK

 C value IS 0.39

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#507F84 (or 0x507F84) is known color: Paradiso. HEX triplet: 50, 7F and 84. RGB value is (80,127,132). Sum of RGB (Red+Green+Blue) = 80+127+132=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 132 - color contains mainly: blue. Hex color #507F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507F84 is #AF807B. Grayscale: #717171. Windows color (decimal): -11501692 or 8683344. OLE color: 8683344.

HSL color Cylindrical-coordinate representation of color #507F84: hue angle of 185.77º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #507F84 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 127 132 -
CMYK 0.39 0.04 0 0.48
HSL 185.77º 0.25% 0.42% -
HSV(B) 185.77º 0.39% 0.52% -
XYZ 15.06 18.55 24.62 -
YUV 113.52 138.43 104.09 -
System Red Green Blue C M Y K H S L
Decimal 80 127 132 0.39 0.04 0 0.48 185.77 0.25 0.42
Hex 50 7F 84 27 4 0 30 BA 19 2A
Octal 120 177 204 47 4 0 60 272 31 52
Binary 1010000 1111111 10000100 100111 100 0 110000 10111010 11001 101010

Color Harmonies of #507F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507F84

Black with #507F84

Text Example


Text Example

White with #507F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,127,132); }

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

background-color css

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

 a { background-color: rgb(80,127,132); }

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

border-color css

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

 span { border-color: rgb(80,127,132); }

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