Html Css Color HEX #517788 Jelly Bean

📋 copy color: '#517788'

red 81 ◦ green 119 ◦ blue 136

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

Shades of Jelly Bean #517788

Tints of Jelly Bean #517788

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.42%

 BLUE value IS 136 (53.52% from 255) = 40.48%

R = 24.11%
G = 35.42%
B = 40.48%

CMYK

 C value IS 0.40

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#517788 (or 0x517788) is known color: Jelly Bean. HEX triplet: 51, 77 and 88. RGB value is (81,119,136). Sum of RGB (Red+Green+Blue) = 81+119+136=336 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.11% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 136 - color contains mainly: blue. Hex color #517788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517788 is #AE8877. Grayscale: #6D6D6D. Windows color (decimal): -11438200 or 8943441. OLE color: 8943441.

HSL color Cylindrical-coordinate representation of color #517788: hue angle of 198.55º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #517788 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 81 119 136 -
CMYK 0.40 0.12 0 0.47
HSL 198.55º 0.25% 0.43% -
HSV(B) 198.55º 0.4% 0.53% -
XYZ 14.43 16.72 25.76 -
YUV 109.58 142.91 107.62 -
System Red Green Blue C M Y K H S L
Decimal 81 119 136 0.40 0.12 0 0.47 198.55 0.25 0.43
Hex 51 77 88 28 C 0 2F C7 19 2B
Octal 121 167 210 50 14 0 57 307 31 53
Binary 1010001 1110111 10001000 101000 1100 0 101111 11000111 11001 101011

Color Harmonies of #517788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517788

Black with #517788

Text Example


Text Example

White with #517788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517788; }

 p { color: rgb(81,119,136); }

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

background-color css

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

 a { background-color: rgb(81,119,136); }

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

border-color css

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

 span { border-color: rgb(81,119,136); }

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