Html Css Color HEX #51838B Paradiso

📋 copy color: '#51838B'

red 81 ◦ green 131 ◦ blue 139

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

Shades of Paradiso #51838B

Tints of Paradiso #51838B

RGB

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

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

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

R = 23.08%
G = 37.32%
B = 39.6%

CMYK

 C value IS 0.42

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#51838B (or 0x51838B) is known color: Paradiso. HEX triplet: 51, 83 and 8B. RGB value is (81,131,139). Sum of RGB (Red+Green+Blue) = 81+131+139=351 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.08% from 351); Green value is 131 (51.56% from 255 or 37.32% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 139 - color contains mainly: blue. Hex color #51838B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51838B is #AE7C74. Grayscale: #747474. Windows color (decimal): -11435125 or 9143121. OLE color: 9143121.

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

Color convert

RGB 81 131 139 -
CMYK 0.42 0.06 0 0.45
HSL 188.28º 0.26% 0.43% -
HSV(B) 188.28º 0.42% 0.55% -
XYZ 16.17 19.85 27.4 -
YUV 116.96 140.44 102.35 -
System Red Green Blue C M Y K H S L
Decimal 81 131 139 0.42 0.06 0 0.45 188.28 0.26 0.43
Hex 51 83 8B 2A 6 0 2D BC 1A 2B
Octal 121 203 213 52 6 0 55 274 32 53
Binary 1010001 10000011 10001011 101010 110 0 101101 10111100 11010 101011

Color Harmonies of #51838B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51838B

Black with #51838B

Text Example


Text Example

White with #51838B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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