Html Css Color HEX #517B9A Jelly Bean

📋 copy color: '#517B9A'

red 81 ◦ green 123 ◦ blue 154

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

Shades of Jelly Bean #517B9A

Tints of Jelly Bean #517B9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 43.02%

R = 22.63%
G = 34.36%
B = 43.02%

CMYK

 C value IS 0.47

 M value IS 0.20

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#517B9A (or 0x517B9A) is known color: Jelly Bean. HEX triplet: 51, 7B and 9A. RGB value is (81,123,154). Sum of RGB (Red+Green+Blue) = 81+123+154=358 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.63% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 154 (60.55% from 255 or 43.02% from 358); Max value from RGB is 154 - color contains mainly: blue. Hex color #517B9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517B9A is #AE8465. Grayscale: #717171. Windows color (decimal): -11437158 or 10124113. OLE color: 10124113.

HSL color Cylindrical-coordinate representation of color #517B9A: hue angle of 205.48º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #517B9A is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 123 154 -
CMYK 0.47 0.20 0 0.40
HSL 205.48º 0.31% 0.46% -
HSV(B) 205.48º 0.47% 0.6% -
XYZ 16.31 18.25 33.23 -
YUV 113.98 150.59 104.48 -
System Red Green Blue C M Y K H S L
Decimal 81 123 154 0.47 0.20 0 0.40 205.48 0.31 0.46
Hex 51 7B 9A 2F 14 0 28 CD 1F 2E
Octal 121 173 232 57 24 0 50 315 37 56
Binary 1010001 1111011 10011010 101111 10100 0 101000 11001101 11111 101110

Color Harmonies of #517B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517B9A

Black with #517B9A

Text Example


Text Example

White with #517B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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