Html Css Color HEX #517B87 Jelly Bean

📋 copy color: '#517B87'

red 81 ◦ green 123 ◦ blue 135

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

Shades of Jelly Bean #517B87

Tints of Jelly Bean #517B87

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.28%

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

R = 23.89%
G = 36.28%
B = 39.82%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#517B87 (or 0x517B87) is known color: Jelly Bean. HEX triplet: 51, 7B and 87. RGB value is (81,123,135). Sum of RGB (Red+Green+Blue) = 81+123+135=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 135 (53.12% from 255 or 39.82% from 339); Max value from RGB is 135 - color contains mainly: blue. Hex color #517B87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517B87 is #AE8478. Grayscale: #6F6F6F. Windows color (decimal): -11437177 or 8878929. OLE color: 8878929.

HSL color Cylindrical-coordinate representation of color #517B87: hue angle of 193.33º 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 #517B87 is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 81 123 135 -
CMYK 0.40 0.09 0 0.47
HSL 193.33º 0.25% 0.42% -
HSV(B) 193.33º 0.4% 0.53% -
XYZ 14.85 17.66 25.55 -
YUV 111.81 141.09 106.02 -
System Red Green Blue C M Y K H S L
Decimal 81 123 135 0.40 0.09 0 0.47 193.33 0.25 0.42
Hex 51 7B 87 28 9 0 2F C1 19 2A
Octal 121 173 207 50 11 0 57 301 31 52
Binary 1010001 1111011 10000111 101000 1001 0 101111 11000001 11001 101010

Color Harmonies of #517B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517B87

Black with #517B87

Text Example


Text Example

White with #517B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517B87; }

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

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

background-color css

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

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

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

border-color css

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

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

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