Html Css Color HEX #517A8C Jelly Bean

📋 copy color: '#517A8C'

red 81 ◦ green 122 ◦ blue 140

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

Shades of Jelly Bean #517A8C

Tints of Jelly Bean #517A8C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.57%

 BLUE value IS 140 (55.08% from 255) = 40.82%

R = 23.62%
G = 35.57%
B = 40.82%

CMYK

 C value IS 0.42

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#517A8C (or 0x517A8C) is known color: Jelly Bean. HEX triplet: 51, 7A and 8C. RGB value is (81,122,140). Sum of RGB (Red+Green+Blue) = 81+122+140=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 140 - color contains mainly: blue. Hex color #517A8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517A8C is #AE8573. Grayscale: #6F6F6F. Windows color (decimal): -11437428 or 9206353. OLE color: 9206353.

HSL color Cylindrical-coordinate representation of color #517A8C: hue angle of 198.31º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #517A8C is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 81 122 140 -
CMYK 0.42 0.13 0 0.45
HSL 198.31º 0.27% 0.43% -
HSV(B) 198.31º 0.42% 0.55% -
XYZ 15.09 17.56 27.41 -
YUV 111.79 143.92 106.04 -
System Red Green Blue C M Y K H S L
Decimal 81 122 140 0.42 0.13 0 0.45 198.31 0.27 0.43
Hex 51 7A 8C 2A D 0 2D C6 1B 2B
Octal 121 172 214 52 15 0 55 306 33 53
Binary 1010001 1111010 10001100 101010 1101 0 101101 11000110 11011 101011

Color Harmonies of #517A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517A8C

Black with #517A8C

Text Example


Text Example

White with #517A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,122,140); }

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

background-color css

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

 a { background-color: rgb(81,122,140); }

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

border-color css

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

 span { border-color: rgb(81,122,140); }

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