Html Css Color HEX #507982 Paradiso

📋 copy color: '#507982'

red 80 ◦ green 121 ◦ blue 130

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

Shades of Paradiso #507982

Tints of Paradiso #507982

RGB

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

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

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

R = 24.17%
G = 36.56%
B = 39.27%

CMYK

 C value IS 0.38

 M value IS 0.07

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#507982 (or 0x507982) is known color: Paradiso. HEX triplet: 50, 79 and 82. RGB value is (80,121,130). Sum of RGB (Red+Green+Blue) = 80+121+130=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 130 - color contains mainly: blue. Hex color #507982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507982 is #AF867D. Grayscale: #6D6D6D. Windows color (decimal): -11503230 or 8550736. OLE color: 8550736.

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

Color convert

RGB 80 121 130 -
CMYK 0.38 0.07 0 0.49
HSL 190.8º 0.24% 0.41% -
HSV(B) 190.8º 0.38% 0.51% -
XYZ 14.17 16.99 23.65 -
YUV 109.77 139.42 106.77 -
System Red Green Blue C M Y K H S L
Decimal 80 121 130 0.38 0.07 0 0.49 190.8 0.24 0.41
Hex 50 79 82 26 7 0 31 BF 18 29
Octal 120 171 202 46 7 0 61 277 30 51
Binary 1010000 1111001 10000010 100110 111 0 110001 10111111 11000 101001

Color Harmonies of #507982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507982

Black with #507982

Text Example


Text Example

White with #507982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507982; }

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

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

background-color css

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

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

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

border-color css

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

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

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