Html Css Color HEX #518083 Paradiso

📋 copy color: '#518083'

red 81 ◦ green 128 ◦ blue 131

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

Shades of Paradiso #518083

Tints of Paradiso #518083

RGB

 RED value IS 81 (32.03% from 255) = 23.82%

 GREEN value IS 128 (50.39% from 255) = 37.65%

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

R = 23.82%
G = 37.65%
B = 38.53%

CMYK

 C value IS 0.38

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#518083 (or 0x518083) is known color: Paradiso. HEX triplet: 51, 80 and 83. RGB value is (81,128,131). Sum of RGB (Red+Green+Blue) = 81+128+131=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 131 (51.56% from 255 or 38.53% from 340); Max value from RGB is 131 - color contains mainly: blue. Hex color #518083 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518083 is #AE7F7C. Grayscale: #727272. Windows color (decimal): -11435901 or 8618065. OLE color: 8618065.

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

Color convert

RGB 81 128 131 -
CMYK 0.38 0.02 0 0.49
HSL 183.6º 0.24% 0.42% -
HSV(B) 183.6º 0.38% 0.51% -
XYZ 15.21 18.83 24.3 -
YUV 114.29 137.43 104.26 -
System Red Green Blue C M Y K H S L
Decimal 81 128 131 0.38 0.02 0 0.49 183.6 0.24 0.42
Hex 51 80 83 26 2 0 31 B8 18 2A
Octal 121 200 203 46 2 0 61 270 30 52
Binary 1010001 10000000 10000011 100110 10 0 110001 10111000 11000 101010

Color Harmonies of #518083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518083

Black with #518083

Text Example


Text Example

White with #518083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518083; }

 p { color: rgb(81,128,131); }

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

background-color css

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

 a { background-color: rgb(81,128,131); }

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

border-color css

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

 span { border-color: rgb(81,128,131); }

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