Html Css Color HEX #517893 Jelly Bean

📋 copy color: '#517893'

red 81 ◦ green 120 ◦ blue 147

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

Shades of Jelly Bean #517893

Tints of Jelly Bean #517893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 42.24%

R = 23.28%
G = 34.48%
B = 42.24%

CMYK

 C value IS 0.45

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#517893 (or 0x517893) is known color: Jelly Bean. HEX triplet: 51, 78 and 93. RGB value is (81,120,147). Sum of RGB (Red+Green+Blue) = 81+120+147=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 147 (57.81% from 255 or 42.24% from 348); Max value from RGB is 147 - color contains mainly: blue. Hex color #517893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517893 is #AE876C. Grayscale: #6F6F6F. Windows color (decimal): -11437933 or 9664593. OLE color: 9664593.

HSL color Cylindrical-coordinate representation of color #517893: hue angle of 204.55º 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 #517893 is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 120 147 -
CMYK 0.45 0.18 0 0.42
HSL 204.55º 0.29% 0.45% -
HSV(B) 204.55º 0.45% 0.58% -
XYZ 15.38 17.29 30.13 -
YUV 111.42 148.08 106.3 -
System Red Green Blue C M Y K H S L
Decimal 81 120 147 0.45 0.18 0 0.42 204.55 0.29 0.45
Hex 51 78 93 2D 12 0 2A CD 1D 2D
Octal 121 170 223 55 22 0 52 315 35 55
Binary 1010001 1111000 10010011 101101 10010 0 101010 11001101 11101 101101

Color Harmonies of #517893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517893

Black with #517893

Text Example


Text Example

White with #517893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517893; }

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

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

background-color css

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

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

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

border-color css

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

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

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