Html Css Color HEX #51838D Paradiso

📋 copy color: '#51838D'

red 81 ◦ green 131 ◦ blue 141

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

Shades of Paradiso #51838D

Tints of Paradiso #51838D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.11%

 BLUE value IS 141 (55.47% from 255) = 39.94%

R = 22.95%
G = 37.11%
B = 39.94%

CMYK

 C value IS 0.43

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#51838D (or 0x51838D) is known color: Paradiso. HEX triplet: 51, 83 and 8D. RGB value is (81,131,141). Sum of RGB (Red+Green+Blue) = 81+131+141=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 141 - color contains mainly: blue. Hex color #51838D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51838D is #AE7C72. Grayscale: #757575. Windows color (decimal): -11435123 or 9274193. OLE color: 9274193.

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

Color convert

RGB 81 131 141 -
CMYK 0.43 0.07 0 0.45
HSL 190º 0.27% 0.44% -
HSV(B) 190º 0.43% 0.55% -
XYZ 16.32 19.91 28.18 -
YUV 117.19 141.44 102.19 -
System Red Green Blue C M Y K H S L
Decimal 81 131 141 0.43 0.07 0 0.45 190 0.27 0.44
Hex 51 83 8D 2B 7 0 2D BE 1B 2C
Octal 121 203 215 53 7 0 55 276 33 54
Binary 1010001 10000011 10001101 101011 111 0 101101 10111110 11011 101100

Color Harmonies of #51838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51838D

Black with #51838D

Text Example


Text Example

White with #51838D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51838D; }

 p { color: rgb(81,131,141); }

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

background-color css

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

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

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

border-color css

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

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

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