Html Css Color HEX #51818B Paradiso

📋 copy color: '#51818B'

red 81 ◦ green 129 ◦ blue 139

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

Shades of Paradiso #51818B

Tints of Paradiso #51818B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.83%

R = 23.21%
G = 36.96%
B = 39.83%

CMYK

 C value IS 0.42

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#51818B (or 0x51818B) is known color: Paradiso. HEX triplet: 51, 81 and 8B. RGB value is (81,129,139). Sum of RGB (Red+Green+Blue) = 81+129+139=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 129 (50.78% from 255 or 36.96% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 139 - color contains mainly: blue. Hex color #51818B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51818B is #AE7E74. Grayscale: #737373. Windows color (decimal): -11435637 or 9142609. OLE color: 9142609.

HSL color Cylindrical-coordinate representation of color #51818B: hue angle of 190.34º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #51818B is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 81 129 139 -
CMYK 0.42 0.07 0 0.45
HSL 190.34º 0.26% 0.43% -
HSV(B) 190.34º 0.42% 0.55% -
XYZ 15.9 19.31 27.32 -
YUV 115.79 141.1 103.19 -
System Red Green Blue C M Y K H S L
Decimal 81 129 139 0.42 0.07 0 0.45 190.34 0.26 0.43
Hex 51 81 8B 2A 7 0 2D BE 1A 2B
Octal 121 201 213 52 7 0 55 276 32 53
Binary 1010001 10000001 10001011 101010 111 0 101101 10111110 11010 101011

Color Harmonies of #51818B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51818B

Black with #51818B

Text Example


Text Example

White with #51818B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51818B; }

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

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

background-color css

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

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

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

border-color css

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

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

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