Html Css Color HEX #517894 Jelly Bean

📋 copy color: '#517894'

red 81 ◦ green 120 ◦ blue 148

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

Shades of Jelly Bean #517894

Tints of Jelly Bean #517894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 42.41%

R = 23.21%
G = 34.38%
B = 42.41%

CMYK

 C value IS 0.45

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#517894 (or 0x517894) is known color: Jelly Bean. HEX triplet: 51, 78 and 94. RGB value is (81,120,148). Sum of RGB (Red+Green+Blue) = 81+120+148=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 148 (58.20% from 255 or 42.41% from 349); Max value from RGB is 148 - color contains mainly: blue. Hex color #517894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517894 is #AE876B. Grayscale: #6F6F6F. Windows color (decimal): -11437932 or 9730129. OLE color: 9730129.

HSL color Cylindrical-coordinate representation of color #517894: hue angle of 205.07º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #517894 is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 120 148 -
CMYK 0.45 0.19 0 0.42
HSL 205.07º 0.29% 0.45% -
HSV(B) 205.07º 0.45% 0.58% -
XYZ 15.46 17.32 30.55 -
YUV 111.53 148.58 106.22 -
System Red Green Blue C M Y K H S L
Decimal 81 120 148 0.45 0.19 0 0.42 205.07 0.29 0.45
Hex 51 78 94 2D 13 0 2A CD 1D 2D
Octal 121 170 224 55 23 0 52 315 35 55
Binary 1010001 1111000 10010100 101101 10011 0 101010 11001101 11101 101101

Color Harmonies of #517894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517894

Black with #517894

Text Example


Text Example

White with #517894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517894; }

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

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

background-color css

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

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

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

border-color css

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

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

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