Html Css Color HEX #517998 Jelly Bean

📋 copy color: '#517998'

red 81 ◦ green 121 ◦ blue 152

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

Shades of Jelly Bean #517998

Tints of Jelly Bean #517998

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.18%

 BLUE value IS 152 (59.77% from 255) = 42.94%

R = 22.88%
G = 34.18%
B = 42.94%

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

#517998 (or 0x517998) is known color: Jelly Bean. HEX triplet: 51, 79 and 98. RGB value is (81,121,152). Sum of RGB (Red+Green+Blue) = 81+121+152=354 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.88% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 152 (59.77% from 255 or 42.94% from 354); Max value from RGB is 152 - color contains mainly: blue. Hex color #517998 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517998 is #AE8667. Grayscale: #707070. Windows color (decimal): -11437672 or 9992529. OLE color: 9992529.

HSL color Cylindrical-coordinate representation of color #517998: hue angle of 206.2º degrees, saturation: 0.3, 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 #517998 is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 121 152 -
CMYK 0.47 0.20 0 0.40
HSL 206.2º 0.3% 0.46% -
HSV(B) 206.2º 0.47% 0.6% -
XYZ 15.9 17.69 32.28 -
YUV 112.57 150.25 105.48 -
System Red Green Blue C M Y K H S L
Decimal 81 121 152 0.47 0.20 0 0.40 206.2 0.3 0.46
Hex 51 79 98 2F 14 0 28 CE 1E 2E
Octal 121 171 230 57 24 0 50 316 36 56
Binary 1010001 1111001 10011000 101111 10100 0 101000 11001110 11110 101110

Color Harmonies of #517998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517998

Black with #517998

Text Example


Text Example

White with #517998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517998; }

 p { color: rgb(81,121,152); }

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

background-color css

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

 a { background-color: rgb(81,121,152); }

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

border-color css

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

 span { border-color: rgb(81,121,152); }

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