Html Css Color HEX #507C84 Paradiso

📋 copy color: '#507C84'

red 80 ◦ green 124 ◦ blue 132

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

Shades of Paradiso #507C84

Tints of Paradiso #507C84

RGB

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

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

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

R = 23.81%
G = 36.9%
B = 39.29%

CMYK

 C value IS 0.39

 M value IS 0.06

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#507C84 (or 0x507C84) is known color: Paradiso. HEX triplet: 50, 7C and 84. RGB value is (80,124,132). Sum of RGB (Red+Green+Blue) = 80+124+132=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 132 - color contains mainly: blue. Hex color #507C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507C84 is #AF837B. Grayscale: #6F6F6F. Windows color (decimal): -11502460 or 8682576. OLE color: 8682576.

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

Color convert

RGB 80 124 132 -
CMYK 0.39 0.06 0 0.48
HSL 189.23º 0.25% 0.42% -
HSV(B) 189.23º 0.39% 0.52% -
XYZ 14.68 17.79 24.49 -
YUV 111.76 139.42 105.35 -
System Red Green Blue C M Y K H S L
Decimal 80 124 132 0.39 0.06 0 0.48 189.23 0.25 0.42
Hex 50 7C 84 27 6 0 30 BD 19 2A
Octal 120 174 204 47 6 0 60 275 31 52
Binary 1010000 1111100 10000100 100111 110 0 110000 10111101 11001 101010

Color Harmonies of #507C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507C84

Black with #507C84

Text Example


Text Example

White with #507C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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