Html Css Color HEX #518185 Paradiso

📋 copy color: '#518185'

red 81 ◦ green 129 ◦ blue 133

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

Shades of Paradiso #518185

Tints of Paradiso #518185

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.61%

 BLUE value IS 133 (52.34% from 255) = 38.78%

R = 23.62%
G = 37.61%
B = 38.78%

CMYK

 C value IS 0.39

 M value IS 0.03

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#518185 (or 0x518185) is known color: Paradiso. HEX triplet: 51, 81 and 85. RGB value is (81,129,133). Sum of RGB (Red+Green+Blue) = 81+129+133=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 133 - color contains mainly: blue. Hex color #518185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518185 is #AE7E7A. Grayscale: #737373. Windows color (decimal): -11435643 or 8749393. OLE color: 8749393.

HSL color Cylindrical-coordinate representation of color #518185: hue angle of 184.62º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #518185 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 81 129 133 -
CMYK 0.39 0.03 0 0.48
HSL 184.62º 0.24% 0.42% -
HSV(B) 184.62º 0.39% 0.52% -
XYZ 15.48 19.14 25.07 -
YUV 115.1 138.1 103.67 -
System Red Green Blue C M Y K H S L
Decimal 81 129 133 0.39 0.03 0 0.48 184.62 0.24 0.42
Hex 51 81 85 27 3 0 30 B9 18 2A
Octal 121 201 205 47 3 0 60 271 30 52
Binary 1010001 10000001 10000101 100111 11 0 110000 10111001 11000 101010

Color Harmonies of #518185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518185

Black with #518185

Text Example


Text Example

White with #518185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518185; }

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

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

background-color css

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

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

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

border-color css

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

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

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