Html Css Color HEX #51788D Jelly Bean

📋 copy color: '#51788D'

red 81 ◦ green 120 ◦ blue 141

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

Shades of Jelly Bean #51788D

Tints of Jelly Bean #51788D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.09%

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

R = 23.68%
G = 35.09%
B = 41.23%

CMYK

 C value IS 0.43

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#51788D (or 0x51788D) is known color: Jelly Bean. HEX triplet: 51, 78 and 8D. RGB value is (81,120,141). Sum of RGB (Red+Green+Blue) = 81+120+141=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 141 - color contains mainly: blue. Hex color #51788D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51788D is #AE8772. Grayscale: #6E6E6E. Windows color (decimal): -11437939 or 9271377. OLE color: 9271377.

HSL color Cylindrical-coordinate representation of color #51788D: hue angle of 201º 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 #51788D is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 81 120 141 -
CMYK 0.43 0.15 0 0.45
HSL 201º 0.27% 0.44% -
HSV(B) 201º 0.43% 0.55% -
XYZ 14.92 17.11 27.71 -
YUV 110.73 145.08 106.79 -
System Red Green Blue C M Y K H S L
Decimal 81 120 141 0.43 0.15 0 0.45 201 0.27 0.44
Hex 51 78 8D 2B F 0 2D C9 1B 2C
Octal 121 170 215 53 17 0 55 311 33 54
Binary 1010001 1111000 10001101 101011 1111 0 101101 11001001 11011 101100

Color Harmonies of #51788D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51788D

Black with #51788D

Text Example


Text Example

White with #51788D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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