Html Css Color HEX #51808B Paradiso

📋 copy color: '#51808B'

red 81 ◦ green 128 ◦ blue 139

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

Shades of Paradiso #51808B

Tints of Paradiso #51808B

RGB

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

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

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

R = 23.28%
G = 36.78%
B = 39.94%

CMYK

 C value IS 0.42

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#51808B (or 0x51808B) is known color: Paradiso. HEX triplet: 51, 80 and 8B. RGB value is (81,128,139). Sum of RGB (Red+Green+Blue) = 81+128+139=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 139 - color contains mainly: blue. Hex color #51808B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51808B is #AE7F74. Grayscale: #737373. Windows color (decimal): -11435893 or 9142353. OLE color: 9142353.

HSL color Cylindrical-coordinate representation of color #51808B: hue angle of 191.38º 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 #51808B is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 81 128 139 -
CMYK 0.42 0.08 0 0.45
HSL 191.38º 0.26% 0.43% -
HSV(B) 191.38º 0.42% 0.55% -
XYZ 15.77 19.05 27.27 -
YUV 115.2 141.43 103.61 -
System Red Green Blue C M Y K H S L
Decimal 81 128 139 0.42 0.08 0 0.45 191.38 0.26 0.43
Hex 51 80 8B 2A 8 0 2D BF 1A 2B
Octal 121 200 213 52 10 0 55 277 32 53
Binary 1010001 10000000 10001011 101010 1000 0 101101 10111111 11010 101011

Color Harmonies of #51808B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51808B

Black with #51808B

Text Example


Text Example

White with #51808B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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