Html Css Color HEX #517887 Jelly Bean

📋 copy color: '#517887'

red 81 ◦ green 120 ◦ blue 135

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

Shades of Jelly Bean #517887

Tints of Jelly Bean #517887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 40.18%

R = 24.11%
G = 35.71%
B = 40.18%

CMYK

 C value IS 0.40

 M value IS 0.11

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#517887 (or 0x517887) is known color: Jelly Bean. HEX triplet: 51, 78 and 87. RGB value is (81,120,135). Sum of RGB (Red+Green+Blue) = 81+120+135=336 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.11% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 135 - color contains mainly: blue. Hex color #517887 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517887 is #AE8778. Grayscale: #6D6D6D. Windows color (decimal): -11437945 or 8878161. OLE color: 8878161.

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

Color convert

RGB 81 120 135 -
CMYK 0.40 0.11 0 0.47
HSL 196.67º 0.25% 0.42% -
HSV(B) 196.67º 0.4% 0.53% -
XYZ 14.48 16.93 25.43 -
YUV 110.05 142.08 107.28 -
System Red Green Blue C M Y K H S L
Decimal 81 120 135 0.40 0.11 0 0.47 196.67 0.25 0.42
Hex 51 78 87 28 B 0 2F C5 19 2A
Octal 121 170 207 50 13 0 57 305 31 52
Binary 1010001 1111000 10000111 101000 1011 0 101111 11000101 11001 101010

Color Harmonies of #517887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517887

Black with #517887

Text Example


Text Example

White with #517887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517887; }

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

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

background-color css

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

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

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

border-color css

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

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

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