Html Css Color HEX #518888 Paradiso

📋 copy color: '#518888'

red 81 ◦ green 136 ◦ blue 136

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

Shades of Paradiso #518888

Tints of Paradiso #518888

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.53%

 BLUE value IS 136 (53.52% from 255) = 38.53%

R = 22.95%
G = 38.53%
B = 38.53%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#518888 (or 0x518888) is known color: Paradiso. HEX triplet: 51, 88 and 88. RGB value is (81,136,136). Sum of RGB (Red+Green+Blue) = 81+136+136=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 136 (53.52% from 255 or 38.53% from 353); Max value from RGB is 136 - color contains mainly: green, blue. Hex color #518888 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518888 is #AE7777. Grayscale: #777777. Windows color (decimal): -11433848 or 8947793. OLE color: 8947793.

HSL color Cylindrical-coordinate representation of color #518888: hue angle of 180º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #518888 is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 81 136 136 -
CMYK 0.40 0 0 0.47
HSL 180º 0.25% 0.43% -
HSV(B) 180º 0.4% 0.53% -
XYZ 16.64 21.14 26.49 -
YUV 119.56 137.28 100.5 -
System Red Green Blue C M Y K H S L
Decimal 81 136 136 0.40 0 0 0.47 180 0.25 0.43
Hex 51 88 88 28 0 0 2F B4 19 2B
Octal 121 210 210 50 0 0 57 264 31 53
Binary 1010001 10001000 10001000 101000 0 0 101111 10110100 11001 101011

Color Harmonies of #518888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518888

Black with #518888

Text Example


Text Example

White with #518888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518888; }

 p { color: rgb(81,136,136); }

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

background-color css

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

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

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

border-color css

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

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

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