Html Css Color HEX #507983 Paradiso

📋 copy color: '#507983'

red 80 ◦ green 121 ◦ blue 131

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

Shades of Paradiso #507983

Tints of Paradiso #507983

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.45%

 BLUE value IS 131 (51.56% from 255) = 39.46%

R = 24.1%
G = 36.45%
B = 39.46%

CMYK

 C value IS 0.39

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#507983 (or 0x507983) is known color: Paradiso. HEX triplet: 50, 79 and 83. RGB value is (80,121,131). Sum of RGB (Red+Green+Blue) = 80+121+131=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 131 (51.56% from 255 or 39.46% from 332); Max value from RGB is 131 - color contains mainly: blue. Hex color #507983 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507983 is #AF867C. Grayscale: #6D6D6D. Windows color (decimal): -11503229 or 8616272. OLE color: 8616272.

HSL color Cylindrical-coordinate representation of color #507983: hue angle of 191.76º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #507983 is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 121 131 -
CMYK 0.39 0.08 0 0.49
HSL 191.76º 0.24% 0.41% -
HSV(B) 191.76º 0.39% 0.51% -
XYZ 14.24 17.02 24.01 -
YUV 109.88 139.92 106.69 -
System Red Green Blue C M Y K H S L
Decimal 80 121 131 0.39 0.08 0 0.49 191.76 0.24 0.41
Hex 50 79 83 27 8 0 31 C0 18 29
Octal 120 171 203 47 10 0 61 300 30 51
Binary 1010000 1111001 10000011 100111 1000 0 110001 11000000 11000 101001

Color Harmonies of #507983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507983

Black with #507983

Text Example


Text Example

White with #507983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507983; }

 p { color: rgb(80,121,131); }

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

background-color css

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

 a { background-color: rgb(80,121,131); }

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

border-color css

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

 span { border-color: rgb(80,121,131); }

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