Html Css Color HEX #518283 Paradiso

📋 copy color: '#518283'

red 81 ◦ green 130 ◦ blue 131

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

Shades of Paradiso #518283

Tints of Paradiso #518283

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.01%

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

R = 23.68%
G = 38.01%
B = 38.3%

CMYK

 C value IS 0.38

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#518283 (or 0x518283) is known color: Paradiso. HEX triplet: 51, 82 and 83. RGB value is (81,130,131). Sum of RGB (Red+Green+Blue) = 81+130+131=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 131 (51.56% from 255 or 38.30% from 342); Max value from RGB is 131 - color contains mainly: blue. Hex color #518283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518283 is #AE7D7C. Grayscale: #737373. Windows color (decimal): -11435389 or 8618577. OLE color: 8618577.

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

Color convert

RGB 81 130 131 -
CMYK 0.38 0.01 0 0.49
HSL 181.2º 0.24% 0.42% -
HSV(B) 181.2º 0.38% 0.51% -
XYZ 15.47 19.35 24.39 -
YUV 115.46 136.77 103.42 -
System Red Green Blue C M Y K H S L
Decimal 81 130 131 0.38 0.01 0 0.49 181.2 0.24 0.42
Hex 51 82 83 26 1 0 31 B5 18 2A
Octal 121 202 203 46 1 0 61 265 30 52
Binary 1010001 10000010 10000011 100110 1 0 110001 10110101 11000 101010

Color Harmonies of #518283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518283

Black with #518283

Text Example


Text Example

White with #518283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518283; }

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

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

background-color css

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

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

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

border-color css

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

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

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