Html Css Color HEX #518081 Paradiso

📋 copy color: '#518081'

red 81 ◦ green 128 ◦ blue 129

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

Shades of Paradiso #518081

Tints of Paradiso #518081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 38.17%

R = 23.96%
G = 37.87%
B = 38.17%

CMYK

 C value IS 0.37

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#518081 (or 0x518081) is known color: Paradiso. HEX triplet: 51, 80 and 81. RGB value is (81,128,129). Sum of RGB (Red+Green+Blue) = 81+128+129=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 129 (50.78% from 255 or 38.17% from 338); Max value from RGB is 129 - color contains mainly: blue. Hex color #518081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518081 is #AE7F7E. Grayscale: #727272. Windows color (decimal): -11435903 or 8486993. OLE color: 8486993.

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

Color convert

RGB 81 128 129 -
CMYK 0.37 0.01 0 0.49
HSL 181.25º 0.23% 0.41% -
HSV(B) 181.25º 0.37% 0.51% -
XYZ 15.07 18.77 23.6 -
YUV 114.06 136.43 104.42 -
System Red Green Blue C M Y K H S L
Decimal 81 128 129 0.37 0.01 0 0.49 181.25 0.23 0.41
Hex 51 80 81 25 1 0 31 B5 17 29
Octal 121 200 201 45 1 0 61 265 27 51
Binary 1010001 10000000 10000001 100101 1 0 110001 10110101 10111 101001

Color Harmonies of #518081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518081

Black with #518081

Text Example


Text Example

White with #518081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518081; }

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

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

background-color css

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

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

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

border-color css

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

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

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