Html Css Color HEX #51808C Jelly Bean

📋 copy color: '#51808C'

red 81 ◦ green 128 ◦ blue 140

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

Shades of Jelly Bean #51808C

Tints of Jelly Bean #51808C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.11%

R = 23.21%
G = 36.68%
B = 40.11%

CMYK

 C value IS 0.42

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#51808C (or 0x51808C) is known color: Jelly Bean. HEX triplet: 51, 80 and 8C. RGB value is (81,128,140). Sum of RGB (Red+Green+Blue) = 81+128+140=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 140 - color contains mainly: blue. Hex color #51808C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51808C is #AE7F73. Grayscale: #737373. Windows color (decimal): -11435892 or 9207889. OLE color: 9207889.

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

Color convert

RGB 81 128 140 -
CMYK 0.42 0.09 0 0.45
HSL 192.2º 0.27% 0.43% -
HSV(B) 192.2º 0.42% 0.55% -
XYZ 15.85 19.08 27.66 -
YUV 115.32 141.93 103.52 -
System Red Green Blue C M Y K H S L
Decimal 81 128 140 0.42 0.09 0 0.45 192.2 0.27 0.43
Hex 51 80 8C 2A 9 0 2D C0 1B 2B
Octal 121 200 214 52 11 0 55 300 33 53
Binary 1010001 10000000 10001100 101010 1001 0 101101 11000000 11011 101011

Color Harmonies of #51808C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51808C

Black with #51808C

Text Example


Text Example

White with #51808C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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